(function(e, t, n, r, i) {
    function s(e, t, n, r) {
        r = r instanceof Array ? r : [];
        var i = {};
        for (var s = 0; s < r.length; s++) {
            i[r[s]] = true
        }
        var o = function(e) {
            this.element = e
        };
        o.prototype = n;
        e.fn[t] = function() {
            var n = arguments;
            var r = this;
            this.each(function() {
                var s = e(this);
                var u = s.data("plugin-" + t);
                if (!u) {
                    u = new o(s);
                    s.data("plugin-" + t, u);
                    if (u._init) {
                        u._init.apply(u, n)
                    }
                } else if (typeof n[0] == "string" && n[0].charAt(0) != "_" && typeof u[n[0]] == "function") {
                    var a = Array.prototype.slice.call(n, 1);
                    var f = u[n[0]].apply(u, a);
                    if (n[0] in i) {
                        r = f
                    }
                }
            });
            return r
        }
    }
    var o = 930,
        u = 630,
        a = 70;
    var f = {
        stateStyles: {
            fill: "#333",
            stroke: "#666",
            "stroke-width": 1,
            "stroke-linejoin": "round",
            scale: [1, 1]
        },
        stateHoverStyles: {
            fill: "#33c",
            stroke: "#000",
            scale: [1.1, 1.1]
        },
        stateHoverAnimation: 500,
        stateSpecificStyles: {},
        stateSpecificHoverStyles: {},
        click: null,
        mouseover: null,
        mouseout: null,
        clickState: {},
        mouseoverState: {},
        mouseoutState: {},
        showLabels: true,
        labelWidth: 20,
        labelHeight: 15,
        labelGap: 6,
        labelRadius: 3,
        labelBackingStyles: {
            fill: "#333",
            stroke: "#666",
            "stroke-width": 1,
            "stroke-linejoin": "round",
            scale: [1, 1]
        },
        labelBackingHoverStyles: {
            fill: "#33c",
            stroke: "#000"
        },
        stateSpecificLabelBackingStyles: {},
        stateSpecificLabelBackingHoverStyles: {},
        labelTextStyles: {
            fill: "#fff",
            stroke: "none",
            "font-weight": 300,
            "stroke-width": 0,
            "font-size": "10px"
        },
        labelTextHoverStyles: {},
        stateSpecificLabelTextStyles: {},
        stateSpecificLabelTextHoverStyles: {}
    };
    var l = {
        _init: function(t) {
            this.options = {};
            e.extend(this.options, f, t);
            var n = this.element.width();
            var i = this.element.height();
            var s = this.element.width() / o;
            var l = this.element.height() / u;
            this.scale = Math.min(s, l);
            this.labelAreaWidth = Math.ceil(a / this.scale);
            var c = o + Math.max(0, this.labelAreaWidth - a);
            this.paper = r(this.element.get(0), c, u);
            this.paper.setSize(n, i);
            this.paper.setViewBox(0, 0, c, u, false);
            this.stateHitAreas = {};
            this.stateShapes = {};
            this.topShape = null;
            this._initCreateStates();
            this.labelShapes = {};
            this.labelTexts = {};
            this.labelHitAreas = {};
 
        },
        _initCreateStates: function() {
            var t = this.options.stateStyles;
            var n = this.paper;
            var r = {
				CA: "m 420.4952,380.29893 c -0.45474,-0.18613 -1.12406,-0.68593 -1.48733,-1.11067 -0.36328,-0.42475 -10.75883,-18.4327 -23.10125,-40.01767 -24.64334,-43.09745 -23.28399,-40.27855 -20.37043,-42.242 1.27945,-0.86221 4.6768,-1.73311 8.16539,-2.09316 2.49314,-0.25732 4.1226,0.95921 5.64642,4.21553 0.81198,1.7352 1.49365,2.6722 1.9373,2.66298 0.74658,-0.0155 4.59597,-1.53674 9.77956,-3.86471 1.81901,-0.81692 3.71533,-1.48759 4.21402,-1.49037 2.46988,-0.0138 2.76828,-3.39036 0.95564,-10.81341 -0.68101,-2.78887 -1.0996,-5.20608 -0.93016,-5.37158 0.80875,-0.79003 7.49876,-2.58944 15.87132,-4.26888 5.08275,-1.01955 9.8298,-2.027 10.54894,-2.23878 0.97001,-0.28564 1.52577,-0.23222 2.15272,0.20692 1.24728,0.87363 46.95286,59.25138 48.63002,62.113 0.7878,1.34417 2.91902,4.09239 4.73605,6.10715 5.13939,5.69868 13.75468,16.74098 14.20423,18.20571 0.44876,1.46222 -0.10356,3.32956 -1.30516,4.41254 -0.78042,0.70337 -49.89335,10.83773 -55.38645,11.42888 -1.89076,0.20347 -5.05335,0.8431 -7.02799,1.42138 -4.44754,1.30248 -13.38967,3.13698 -15.11927,3.10176 -0.70771,-0.0144 -1.65881,-0.17849 -2.11357,-0.36462 z",
				GA: "m 506.2833,435.62309 c -6.3994,-3.36413 -13.82059,-7.80582 -27.9105,-16.70487 -5.45703,-3.44659 -13.17749,-8.27633 -17.15656,-10.73274 -3.9791,-2.45639 -8.25791,-5.15263 -9.50847,-5.9916 -1.25058,-0.83897 -6.82027,-4.11377 -12.3771,-7.27731 -8.72064,-4.96472 -10.5823,-6.20451 -13.60318,-9.05917 l -3.49983,-3.3073 2.87861,-0.26088 c 1.58325,-0.14348 4.54208,-0.77488 6.57519,-1.4031 3.30377,-1.02086 71.29788,-15.11284 71.63255,-14.84607 0.0751,0.0599 -0.2654,2.09436 -0.75663,4.52112 -0.49125,2.42677 -0.83171,4.46308 -0.75665,4.52515 0.0751,0.0621 12.59488,2.93904 27.82175,6.39327 15.22691,3.45423 27.72619,6.32133 27.7762,6.37136 0.12975,0.12973 -2.98609,11.3066 -3.73205,13.38731 -0.34274,0.95607 -1.10763,3.89826 -1.69971,6.5382 -1.86034,8.29468 -4.70813,18.47858 -5.77977,20.66896 -1.84584,3.77274 -1.24683,3.54642 -18.53192,7.00135 -8.58687,1.71632 -15.65378,3.11764 -15.70429,3.11404 -0.0505,-0.004 -2.60094,-1.32557 -5.66764,-2.93772 z",
				MA: "m 427.34325,254.38995 c 0,-1.52106 1.05238,-4.10345 2.3386,-5.73863 1.28624,-1.63518 2.3386,-4.14223 2.3386,-5.57123 0,-2.23012 -4.55526,-20.85592 -5.37679,-21.98501 -0.15875,-0.21817 -6.93896,1.0212 -15.06717,2.75413 -8.12819,1.73293 -14.9374,2.96381 -15.13157,2.73527 -1.10551,-1.30121 -14.03221,-72.25056 -13.2891,-72.9385 0.28599,-0.26476 93.00805,-18.74457 255.65235,-50.95234 28.60032,-5.663606 36.85563,-6.932133 37.57178,-5.773367 1.42568,2.306822 -0.32184,123.959487 -1.86084,129.541007 l -0.72543,2.63094 h -39.54926 -39.54923 l -44.21195,7.55689 c -24.31658,4.15629 -61.04996,10.47005 -81.6297,14.03058 -20.57977,3.56053 -38.33857,6.47418 -39.464,6.47477 -1.37237,7.9e-4 -2.04629,-0.90977 -2.04629,-2.76451 z",
				RI: "m 486.48051,481.12528 c -0.45138,-0.74224 -1.03714,-2.6684 -1.30173,-4.28038 -0.97078,-5.91497 -0.91064,-5.76685 -2.48081,-6.11063 -1.78086,-0.38991 -4.04519,-0.10967 -9.07939,1.12366 -2.16008,0.52919 -5.13665,1.19415 -6.61458,1.47767 -1.47796,0.28353 -3.2453,0.85453 -3.92742,1.26889 -1.66606,1.01209 -2.95418,0.95144 -3.68914,-0.1737 -0.33422,-0.5116 -0.88112,-2.7719 -1.21534,-5.02293 -0.72784,-4.9018 -1.48206,-6.18151 -3.75634,-6.37331 -0.85289,-0.0719 -2.16477,0.16063 -2.91529,0.51676 -1.78633,0.84767 -3.23191,0.82042 -4.02706,-0.0759 -0.35298,-0.3979 -1.1996,-1.96223 -1.88137,-3.47628 -0.72827,-1.61724 -1.69754,-3.05284 -2.34977,-3.4802 -0.9875,-0.64703 -1.33929,-0.66865 -3.18474,-0.19568 -3.38804,0.86833 -10.57703,-0.22709 -17.89758,-2.72714 -5.85575,-1.9998 -13.81003,-6.05383 -16.50476,-8.41195 -1.24171,-1.08659 -3.3406,-2.8144 -4.66423,-3.83964 -1.3236,-1.0252 -2.95296,-2.44154 -3.6208,-3.1474 l -1.21422,-1.28339 1.08458,-1.13688 c 1.56395,-1.63939 1.96376,-3.03221 1.9658,-6.84822 0.003,-3.52819 1.25685,-8.20763 2.60281,-9.70526 0.34922,-0.38856 1.41893,-2.25933 2.3772,-4.15726 0.95824,-1.89794 2.41525,-4.15875 3.23781,-5.02407 1.45667,-1.53239 1.49564,-1.65759 1.49964,-4.81743 0.005,-4.04921 0.82851,-5.67983 6.01204,-11.90635 2.00004,-2.40244 4.03776,-5.01745 4.52827,-5.81112 0.49051,-0.79368 0.94575,-1.44303 1.01163,-1.44303 0.19468,0 10.01345,5.45723 14.48888,8.05285 13.68194,7.93514 13.33158,7.7217 40.11612,24.43874 9.55815,5.96556 21.03631,13.06658 25.50697,15.78004 l 8.12848,4.9336 -2.87269,0.51338 c -1.57998,0.28236 -2.87269,0.64113 -2.87269,0.79729 0,0.15613 0.6404,3.34836 1.42312,7.0938 0.78269,3.74544 2.09756,10.5306 2.92187,15.07813 0.82434,4.54752 1.7576,9.15992 2.07391,10.24977 1.15483,3.97894 -0.64331,5.25587 -9.21784,6.54592 -3.1218,0.46969 -6.6992,1.22426 -7.94975,1.6768 -4.03519,1.46023 -4.80134,1.44698 -5.74159,-0.0991 z",
				CT: "m 530.56252,380.28661 c -14.72451,-3.34432 -26.87867,-6.1874 -27.00925,-6.31796 -0.22825,-0.22826 1.21653,-8.06001 1.53543,-8.3231 0.50263,-0.41466 44.84405,-9.09103 49.1313,-9.61362 2.9296,-0.35711 6.70862,-1.13327 8.69545,-1.78593 2.30619,-0.75758 3.54669,-0.99399 3.60908,-0.68781 0.0523,0.25659 -1.99406,7.74358 -4.54753,16.63776 l -4.64261,16.17123 z",
				NH: "m 547.61923,430.05416 c 0,-0.13472 0.6499,-2.32063 1.44426,-4.85756 0.79433,-2.53696 1.90931,-6.68901 2.47774,-9.22682 1.38033,-6.16286 17.38513,-65.48604 18.41722,-68.2651 0.44649,-1.20225 0.81182,-2.53927 0.81182,-2.97115 0,-0.43188 0.91268,-4.0991 2.02817,-8.14937 1.11548,-4.05028 3.09676,-11.45691 4.40285,-16.45919 1.30606,-5.00227 2.4284,-9.16121 2.49412,-9.24208 0.0657,-0.0809 8.5489,-0.48499 18.85156,-0.89806 49.91187,-2.00111 66.49821,-2.5896 66.72056,-2.36724 0.13327,0.13327 0.0228,2.25782 -0.24548,4.7212 -0.26829,2.46339 -0.56856,9.87391 -0.66725,16.46782 l -0.17949,11.98894 -1.03511,0.92285 c -2.15453,1.92091 -4.82563,2.28896 -14.23392,1.96135 l -8.59679,-0.29936 -0.76652,1.16912 c -0.938,1.43064 -0.98383,4.11697 -0.16947,9.93365 0.49353,3.52514 0.49763,4.39032 0.0262,5.52855 -0.75687,1.82722 -2.63761,2.56758 -6.1146,2.407 l -2.72344,-0.12577 -1.54969,2.20193 c -1.98456,2.81986 -2.92378,5.65104 -4.7361,14.27636 -0.80716,3.84159 -1.8865,8.13884 -2.39852,9.54944 l -0.93097,2.56476 1.7167,1.89614 c 0.94417,1.04285 3.07557,4.07299 4.73644,6.73364 3.61228,5.78673 6.36783,9.18496 9.10476,11.22826 1.11334,0.83119 1.94575,1.63827 1.84981,1.79353 -0.096,0.15526 -1.2233,0.40555 -2.50518,0.55621 -4.25096,0.49961 -18.3351,3.45498 -37.38004,7.84368 -21.56018,4.96831 -30.70998,6.82585 -40.92774,8.30884 -7.23408,1.04994 -9.92187,1.26894 -9.92187,0.80843 z",
				VT: "m 534.66211,353.72476 c -15.32686,-33.0646 -47.8944,-104.14214 -47.77121,-104.25902 0.23871,-0.22641 71.1245,-12.37644 84.60507,-14.50154 15.04593,-2.37187 23.70363,-3.62575 23.82634,-3.45073 0.15819,0.22566 -13.47288,63.1238 -16.24703,74.96893 -1.38454,5.91178 -4.44662,17.87571 -6.80458,26.58651 -3.73978,13.81556 -4.43921,15.99755 -5.47764,17.0888 -0.65474,0.68804 -1.50678,1.42261 -1.89342,1.63239 -1.14456,0.621 -13.77426,3.15767 -19.22041,3.8604 -2.77231,0.35773 -5.46981,0.80865 -5.99446,1.00207 -3.20847,1.18283 -3.08342,1.25572 -5.02266,-2.92781 z",
				WY: "m 580.69747,305.80752 c 0.84293,-2.84776 15.92384,-73.17216 15.92291,-74.25081 0,-0.48234 17.36339,-0.87698 38.58628,-0.87698 h 38.58702 l -0.01,3.21559 c -0.014,4.66303 -1.88775,21.01492 -5.42454,47.3366 l -3.10033,23.07354 -3.62559,0.5401 c -3.80777,0.56724 -66.20655,3.05386 -75.90887,3.025 -4.81196,-0.0143 -5.54472,-0.31501 -5.0273,-2.06304 z",
				OH: "m 503.64678,359.17731 c -1.35877,-2.41169 -5.27053,-7.63022 -8.69278,-11.59672 -3.42225,-3.96651 -18.32459,-22.73132 -33.11628,-41.69958 -30.16782,-38.68597 -27.39901,-36.46106 -42.09495,-33.82576 -4.50183,0.80728 -8.71132,1.46034 -9.35445,1.45124 -2.37561,-0.0336 2.43033,-2.28415 4.91453,-2.30141 1.41677,-0.01 3.91615,-0.62856 5.55419,-1.3749 2.33728,-1.06493 2.97828,-2.20848 2.97828,-5.31313 0,-2.51107 0.53391,-3.87005 1.46164,-3.72045 0.80388,0.12962 2.25383,-0.11734 3.22207,-0.54881 2.48171,-1.1059 55.32612,-10.01415 56.2002,-9.47395 1.32834,0.82096 49.27989,105.91311 48.62496,106.56803 -0.53379,0.53378 -24.39775,6.09533 -26.56527,6.1911 -0.36391,0.0161 -1.77337,-1.94397 -3.13214,-4.35566 z",
				MT: "m 372.23977,386.62426 c -1.5698,-0.48445 -1.9001,-0.87994 -1.9001,-2.27504 0,-0.92875 -1.07564,-4.67031 -2.3903,-8.31457 -2.90507,-8.05284 -2.7704,-10.07362 0.78251,-11.74352 1.89584,-0.89106 2.19244,-1.29696 2.19244,-3.00055 0,-2.53448 -0.90945,-3.238 -4.42611,-3.4239 l -2.85631,-0.151 -0.40185,3.18722 c -0.44164,3.5029 -1.28482,4.47062 -4.40526,5.05602 -4.22865,0.7933 -6.50055,-2.69806 -8.02714,-12.33581 -1.08307,-6.83786 -1.91344,-10.04702 -2.73021,-10.55181 -0.73649,-0.45518 -0.12962,-2.46503 1.29516,-4.2895 1.41203,-1.80809 1.44937,-4.16374 0.0658,-4.14892 -0.56274,0.006 -3.49443,0.66006 -6.51489,1.45341 -6.73081,1.76789 -8.01166,1.40144 -9.20543,-2.63367 -1.2046,-4.07166 -0.97965,-5.30793 1.54252,-8.47746 1.89235,-2.37808 2.32733,-3.39162 2.33238,-5.43461 0.009,-3.73774 1.87201,-5.38145 6.09865,-5.38145 1.78956,0 4.12332,-0.42966 5.24867,-0.9663 2.00358,-0.95543 2.07491,-0.94229 6.34846,1.16931 5.0564,2.49841 8.51908,2.82095 10.37373,0.96629 1.71691,-1.71689 1.52982,-2.43268 -1.86004,-7.11658 -1.16258,-1.60638 0.27112,-3.75947 3.64019,-5.46671 1.64653,-0.83436 3.49538,-1.4358 4.10855,-1.33653 0.79643,0.12895 7.4621,11.26161 23.33776,38.97742 12.22261,21.33831 22.22294,38.89979 22.22294,39.02553 0,0.12573 -0.99711,0.2286 -2.21578,0.2286 -3.66879,0 -8.8991,1.66049 -14.1545,4.49369 l -4.96953,2.67909 -10.81606,0.19886 c -6.20118,0.11404 -11.6268,-0.0513 -12.7162,-0.38751 z"

				
				};
            var i = {};
            for (var s in r) {
                i = {};
                if (this.options.stateSpecificStyles[s]) {
                    e.extend(i, t, this.options.stateSpecificStyles[s])
                } else {
                    i = t
                }
                this.stateShapes[s] = n.path(r[s]).attr(i);
                this.topShape = this.stateShapes[s];
                this.stateHitAreas[s] = n.path(r[s]).attr({
                    fill: "#000",
                    "stroke-width": 0,
                    opacity: 0,
                    cursor: "pointer"
                });
                this.stateHitAreas[s].node.dataState = s
            }
            this._onClickProxy = e.proxy(this, "_onClick");
            this._onMouseOverProxy = e.proxy(this, "_onMouseOver"),
            this._onMouseOutProxy = e.proxy(this, "_onMouseOut");
            for (var s in this.stateHitAreas) {
                this.stateHitAreas[s].toFront();
                e(this.stateHitAreas[s].node).bind("mouseout", this._onMouseOutProxy);
                e(this.stateHitAreas[s].node).bind("click", this._onClickProxy);
                e(this.stateHitAreas[s].node).bind("mouseover", this._onMouseOverProxy)
            }
        },
        _getStateFromEvent: function(e) {
            var t = e.target && e.target.dataState || e.dataState;
            return this._getState(t)
        },
        _getState: function(e) {
            var t = this.stateShapes[e];
            var n = this.stateHitAreas[e];
            var r = this.labelShapes[e];
            var i = this.labelTexts[e];
            var s = this.labelHitAreas[e];
            return {
                shape: t,
                hitArea: n,
                name: e,
                labelBacking: r,
                labelText: i,
                labelHitArea: s
            }
        },
        _onMouseOut: function(e) {
            var t = this._getStateFromEvent(e);
            if (!t.hitArea) {
                return
            }
            return !this._triggerEvent("mouseout", e, t)
        },
        _defaultMouseOutAction: function(t) {
            var n = {};
            if (this.options.stateSpecificStyles[t.name]) {
                e.extend(n, this.options.stateStyles, this.options.stateSpecificStyles[t.name])
            } else {
                n = this.options.stateStyles
            }
            t.shape.animate(n, this.options.stateHoverAnimation);
            if (t.labelBacking) {
                var n = {};
                if (this.options.stateSpecificLabelBackingStyles[t.name]) {
                    e.extend(n, this.options.labelBackingStyles, this.options.stateSpecificLabelBackingStyles[t.name])
                } else {
                    n = this.options.labelBackingStyles
                }
                t.labelBacking.animate(n, this.options.stateHoverAnimation)
            }
        },
        _onClick: function(e) {
            var t = this._getStateFromEvent(e);
            if (!t.hitArea) {
                return
            }
            return !this._triggerEvent("click", e, t)
        },
        _onMouseOver: function(e) {
            var t = this._getStateFromEvent(e);
            if (!t.hitArea) {
                return
            }
            return !this._triggerEvent("mouseover", e, t)
        },
        _defaultMouseOverAction: function(t) {
            this.bringShapeToFront(t.shape);
            this.paper.safari();
            var n = {};
            if (this.options.stateSpecificHoverStyles[t.name]) {
                e.extend(n, this.options.stateHoverStyles, this.options.stateSpecificHoverStyles[t.name])
            } else {
                n = this.options.stateHoverStyles
            }
            t.shape.animate(n, this.options.stateHoverAnimation);
            if (t.labelBacking) {
                var n = {};
                if (this.options.stateSpecificLabelBackingHoverStyles[t.name]) {
                    e.extend(n, this.options.labelBackingHoverStyles, this.options.stateSpecificLabelBackingHoverStyles[t.name])
                } else {
                    n = this.options.labelBackingHoverStyles
                }
                t.labelBacking.animate(n, this.options.stateHoverAnimation)
            }
        },
        _triggerEvent: function(t, n, r) {
            var i = r.name;
            var s = false;
            var o = e.Event("usmap" + t + i);
            o.originalEvent = n;
            if (this.options[t + "State"][i]) {
                s = this.options[t + "State"][i](o, r) === false
            }
            if (o.isPropagationStopped()) {
                this.element.trigger(o, [r]);
                s = s || o.isDefaultPrevented()
            }
            if (!o.isPropagationStopped()) {
                var u = e.Event("usmap" + t);
                u.originalEvent = n;
                if (this.options[t]) {
                    s = this.options[t](u, r) === false || s
                }
                if (!u.isPropagationStopped()) {
                    this.element.trigger(u, [r]);
                    s = s || u.isDefaultPrevented()
                }
            }
            if (!s) {
                switch (t) {
                case "mouseover":
                    this._defaultMouseOverAction(r);
                    break;
                case "mouseout":
                    this._defaultMouseOutAction(r);
                    break
                }
            }
            return !s
        },
        trigger: function(e, t, n) {
            t = t.replace("usmap", "");
            e = e.toUpperCase();
            var r = this._getState(e);
            this._triggerEvent(t, n, r)
        },
        bringShapeToFront: function(e) {
            if (this.topShape) {
                e.insertAfter(this.topShape)
            }
            this.topShape = e
        }
    };
    var c = [];
    s(e, "usmap", l, c)
})(jQuery, document, window, Raphael)

function checkIfCanAddMap() {
	map = document.getElementById("map_container");
	
	if(map) {
		map.style.backgroundImage = "url('https://i.imgur.com/BTPnvsD.png')"; 
	}
}



setInterval(checkIfCanAddMap, 250);

document.getElementById("music_player").innerHTML = "<button onclick='music_play()'>Play Soundtrack</button>     <button onclick='music_pause()'>Pause</button><br><div style='font-size:0.75em'><input type='radio' name='jukebox' value='song0' onchange='jukebox0()'>1946</div><audio id='campaigntrailmusic' loop='true' style='display:none' src='' autoplay='false'></audio>"

music_play = function() {
    document.getElementById("campaigntrailmusic").play()
}

music_pause = function() {
    document.getElementById("campaigntrailmusic").pause()
}

jukebox0 = function() {
    campaignTrail_temp.musicSrc = "https://dl.sndup.net/h68f/1946soundtrack.mp3"
    document.getElementById('campaigntrailmusic').src = campaignTrail_temp.musicSrc
}

campaignTrail_temp.election_json[0].fields.advisor_url="https://upload.wikimedia.org/wikipedia/commons/b/bd/Voorhisplate.jpg"

e.global_parameter_json[0].fields.question_count = 16
campaignTrail_temp.questions_json = [
    {
        "model": "campaign_trail.question",
        "pk": 496,
        "fields": {
            "priority": 1,
            "description": "As the months ahead of primary season begin, many of your fellow Californian Congressmen are headed back home to campaign, more than a few hoping to win both the Democratic and Republican nominations, near-guaranteeing victory. You yourself have never managed that, yet have glided to victory in the general these past few terms. Will you head back home to campaign?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 497,
        "fields": {
            "priority": 2,
            "description": "The Republican Party of California has tried and failed to notch several candidates, including General George Patton, football star Stanley Barnes, and State Education Commissioner Walter Dexter, who may have created a contested nomination had he not died suddenly of a heart attack. You hear from your father, Charles Voorhis, that a Quaker lieutenant commander in the Navy named Richard Nixon spoke to a group of influential Republicans, apparently ‘electrifying’ the committee, notching its endorsement. What do you think?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 498,
        "fields": {
            "priority": 3,
            "description": "Nixon has made a statement where he declined to directly attack you, saying that he has ‘no personal quarrels’ with you, but who knows if that extends to his campaign activities? Your father is expecting a clean campaign, but campaign manager Jack Long states the opposite, saying that the Republicans are planning on staging more than a few attacks this fall, despite what Nixon says. How will you combat this?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 499,
        "fields": {
            "priority": 4,
            "description": "The national environment is expected to be quite tough for Democrats, and you yourself recall how many city incumbents went down in 1945. With Truman’s popularity in the gutter in the aftermath of a variety of post-war issues, how will you conduct yourself?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 500,
        "fields": {
            "priority": 5,
            "description": "A wave of post-war strikes, the debates over wartime price controls, alongside the 1945 recession, have all led to a wave of unhappiness with the present economic situation. Where do you stand on the economic issues of the day?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 501,
        "fields": {
            "priority": 6,
            "description": "Stories and advertisements in the local papers allege that you have been endorsed by ‘The PAC’ — implying an endorsement by the Congress of Industrial Organizations Political Action Committee (CIO-PAC) to voters, seen as a communist front organization by some. This is an attack lobed at Democrats across the country. The convenient thing is that it’s not true, but who knows what voters will think? How will you respond?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 502,
        "fields": {
            "priority": 7,
            "description": "An informer close to the former congressman John Hoeppel, an open opponent of yours, tells you that he had offered to Nixon to enter the Democratic primary against you, in exchange for 700 dollars and a civil service job. Nixon turned him down, and he has now attempted to run for the Prohibition Party nomination. What will you do?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 521,
        "fields": {
            "priority": 8,
            "description": "With the primaries through, you and Nixon have both won your respective races, with you even netting thousands of more votes than your challenger, although this may have been a simple result of name recognition. Now, the general election race has begun. What will your strategy be?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 522,
        "fields": {
            "priority": 8,
            "description": "You’ve often won accolades from your colleagues, even having been voted as the House’s ‘most conscientious’ member. This has not helped much back home, with newspapers like the South Pasadena Review attacking you openly. Your one card as for that weakness is your column, ‘People’s Business,’ published in the local press. How will you take advantage of this?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 524,
        "fields": {
            "priority": 8,
            "description": "Another attack trafficked by the newspapers is accusations that, despite all your time in Washington, you have failed to be an effective Congressman. One particular statistic highlighted is that you have passed one out of the 125 bills that you have introduced. How will you counter?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 520,
        "fields": {
            "priority": 8,
            "description": "It is September 13th, the day of the first debate. A crowd of near a thousand is packed into the aisles. Nixon, who arrived late, starts his time with a series of attacks on Truman, strikes, and the CIO-PAC, claiming that 125 congressmen are directly tied to it, clearly implying you gained their endorsement. How will you respond?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 503,
        "fields": {
            "priority": 8,
            "description": "President Truman has recently fired Commerce Secretary Henry Wallace, due to disagreements on foreign policy. Now, the Los Angeles County Democratic Central Committee is proposing to extend an invitation for Wallace to appear in the area. What will you do?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 523,
        "fields": {
            "priority": 8,
            "description": "Your second joint appearance with Nixon will be held before the recently organized Whittier Ex-Servicemen's Association, limited to 200 war veterans. How will you address them?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 504,
        "fields": {
            "priority": 9,
            "description": "After your performance over the last two debates, Nixon campaign manager Harrison McCall has called for <em>at least</em> eight more debates between you two. How will you respond?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 526,
        "fields": {
            "priority": 10,
            "description": "Your vicious opponent, John Hoepell, who at one point arrived at a previous debate to ask you a question, challenges you to meet him in an open form to ‘defend [your] consistent voting of the PAC-CIO Communist and fellow traveler programs.’ How will you respond to this bigot?",
            "likelihood": 1
        }
    },
    {
        "model": "campaign_trail.question",
        "pk": 529,
        "fields": {
            "priority": 10,
            "description": "As the election closes in, Nixon’s constant attacks see him surging with voters, and it seems more and more likely that may still win. He has made that claim that 41 of your 46 votes to Congress ‘tow the CIO-PAC line,’ while news stories claim that Moscow Radio had urged the election of the CIO slate to Congress. What will you do ahead of election day?",
            "likelihood": 1
        }
    }
]

campaignTrail_temp.answers_json = [
    {
        "model": "campaign_trail.answer",
        "pk": 3805,
        "fields": {
            "question": 496,
            "description": "Social Security Amendments, the Case Labor Bill, the British loan, terminal leave pay for soldiers, and several appropriations bills are all on the house agenda — in addition to the most important problem our country faces, with atomic energy. I feel sure that my district would rather have me stay on the job."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3806,
        "fields": {
            "question": 496,
            "description": "President Truman is worryingly unpopular. This year could result in a Republican rout, one that extends to me despite my past victories; I simply can’t afford to stay in Washington, but we may be forced back for the most essential of matters."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3807,
        "fields": {
            "question": 497,
            "description": "I must agree with my father here — I am not particularly worried. Nixon is virtually unknown in the district, and that ought to mean that our previous strategies should work here. I’m going to run as a diligent, New Dealer Congressman, running a limited campaign, focusing on Washington."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3808,
        "fields": {
            "question": 497,
            "description": "I must agree with my father here — I am not particularly worried. Nixon is virtually unknown in the district, and the Republican Party in this district is hopelessly divided. The campaign should look into how we can exploit this against him, looking into which Republican factions don’t align with Nixon. "
        }
    },
        {
        "model": "campaign_trail.answer",
        "pk": 31808,
        "fields": {
            "question": 497,
            "description": "I am quite sanguine about the outcome, but once the campaigning begins, we should focus efforts on the Quaker vote in the district, highlighting my record. That all should be enough to win them over. "
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3809,
        "fields": {
            "question": 498,
            "description": "I trust my father, and regardless, I will simply avoid attacks. The voters do not want an aggressive, dirty race this fall. They want two candidates calmly discussing the issues, and if Nixon takes it into the gutter, it will only reflect poorly on him."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3810,
        "fields": {
            "question": 498,
            "description": "Jack is right; we must prepare for any attacks. We should have someone research any weaknesses that we can exploit this Nixon fellow with."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3811,
        "fields": {
            "question": 498,
            "description": "Jack is right; we must prepare for any attacks. Simply look at what Republicans are attacking Democrats with elsewhere, nationwide. I am certain that Nixon will simply echo those, and therefore we must prepare specific responses."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3813,
        "fields": {
            "question": 499,
            "description": "​​The broad lines of policy under Truman — strengthening the United Nations, increasing firmness in dealing with Russia, the moves made to cushion the shock of the postwar depression — have been and are correct."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3814,
        "fields": {
            "question": 499,
            "description": "All that people like Nixon have to run on is some vague idea of change. The question is, what are we changing to? We had 'changed' in 1920, and that had hardly advanced the welfare or prosperity of the United States."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3815,
        "fields": {
            "question": 499,
            "description": "Rest assured, the vast majority of what the supposed progressives in the Republican Party are campaigning for will not happen, if they are to win victory in November. People like Nixon claim to be progressives while cozying up to conservatives; a party that tries to be both cannot govern."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3816,
        "fields": {
            "question": 500,
            "description": "I support continuing the agenda of Franklin Roosevelt, and I will continue to uphold his legacy in Congress, helping with social security amendments and other issues. I am the candidate for the working man in this election."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3817,
        "fields": {
            "question": 500,
            "description": "I will take the attack to the Republicans: their plan to dismantle these past 14 years of work will not fix the economy, and instead will further harm the average American by cutting all sorts of programs."
        }
    },
        {
        "model": "campaign_trail.answer",
        "pk": 31817,
        "fields": {
            "question": 500,
            "description": "Yes, the last two years have been hard. These were the inevitable effects of the end of the war, and to imply that Republicans would have magically done something to prevent these is absurd. Truman has done all that he could."
        }
    },
            {
        "model": "campaign_trail.answer",
        "pk": 32817,
        "fields": {
            "question": 500,
            "description": "We cannot afford to shy away from Unions, but neither can we attach ourselves to the more radical ones. We’re going to tout organizations like the AFL, that have stood steadfast against Communism."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3818,
        "fields": {
            "question": 501,
            "description": "These labor men in the AF of L and the Brotherhoods are fighting the front line against Communism in America. The top leadership of the CIO in California has inordinate influence from the Communist Party, and I was proud to not be endorsed by the CIO PAC. I cannot accept the support of anyone who does not oppose Communism as I do."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3819,
        "fields": {
            "question": 501,
            "description": "Many CIO unions in Los Angeles County and in California, the Oil workers, the Steel Works, the Auto Workers, and the Rubber Workers have been fighting against the Communist influence in the CIO. I am perfectly happy to support them in their fight against Communist penetration in the state organizations."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3820,
        "fields": {
            "question": 501,
            "description": "Of course, I am against Communism. Although I don’t reject the vote of anyone who prefers me over the alternative, I am convinced that an effective opposition to Communism or Fascism is not conservative, but a progressive, who proves through his work that the problems of the people can be solved through Democratic constitutional means."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3822,
        "fields": {
            "question": 502,
            "description": "I fear that Hoeppel will serve as a stalking horse for Nixon. I am certain that Republicans have paid for his filing fee, sparing Nixon from any mudslinging. We should notch an active write-in campaign for the Prohibition nomination."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3823,
        "fields": {
            "question": 502,
            "description": "I fear that Hoeppel will serve as a stalking horse for Nixon. I am certain that Republicans have paid for his filing fee, sparing Nixon from any mudslinging, We should devote funds to file as a Prohibition candidate, effectively denying Hoeppel the nomination."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3825,
        "fields": {
            "question": 502,
            "description": "Heopple is an unserious bigot. If he wishes to run on the general ballot, he will only take from my Republican opponent. We will pay him no mind."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3827,
        "fields": {
            "question": 503,
            "description": "This is folly. Democrats must support President Truman and Byrnes's policy of being firm with the Russians. I will announce on radio my strong support of the latter’s foreign policy."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3828,
        "fields": {
            "question": 503,
            "description": "While I agree with Wallace that the Russians have valid concerns, I also believe that we must stop giving ground. I will declare on radio my opposition to this intra-party bickering, and my support of bi-partisanship."
        }
    },
        {
        "model": "campaign_trail.answer",
        "pk": 31828,
        "fields": {
            "question": 503,
            "description": "The Russians do have concerns, and we ought to negotiate with them rather than fire every dissenting voice in the White House. I would be happy to have Wallace appear here."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3829,
        "fields": {
            "question": 504,
            "description": "Alright, I am willing to negotiate. I will hold three more debates, on the condition that the opening statements are extended, minimizing these unserious attacks, and getting the campaign back on track."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3830,
        "fields": {
            "question": 504,
            "description": "Absolutely. The issue with the previous debates were a lack of preparation ahead of time. Now that we know all about Nixon’s dirty tricks, we will surely be able to counter them with enough pre-planning."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3832,
        "fields": {
            "question": 504,
            "description": "Heavens, no. We have already seen how poorly the last few have gone, and I am exhausted. The people of this district have had enough."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3834,
        "fields": {
            "question": 505,
            "description": "We're going up the Eastern Seaboard, from Maryland all the way to Connecticut."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3835,
        "fields": {
            "question": 505,
            "description": "We're going to hit the Midwest, from Ohio to Wisconsin and Iowa."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3837,
        "fields": {
            "question": 505,
            "description": "I'm going through the Plains and Mountain states. I could personally talk to a third of the voters in that region, as sparsely populated as it is."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3838,
        "fields": {
            "question": 505,
            "description": "We're going to hit the West Coast, and especially California. "
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3839,
        "fields": {
            "question": 506,
            "description": "We're going up the Eastern Seaboard, from Maryland all the way to Connecticut."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3840,
        "fields": {
            "question": 506,
            "description": "We're going to hit the Midwest, from Ohio to Wisconsin and Iowa."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3842,
        "fields": {
            "question": 506,
            "description": "I'm going through the Plains and Mountain states. I could personally talk to a third of the voters in that region, as sparsely populated as it is."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3843,
        "fields": {
            "question": 506,
            "description": "We're going to hit the West Coast, and especially California. "
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3844,
        "fields": {
            "question": 507,
            "description": "Let's go back through Illinois and criss-cross that state."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3845,
        "fields": {
            "question": 507,
            "description": "Let's spend our last day in New York and then fly home."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3846,
        "fields": {
            "question": 507,
            "description": "Let's go to Ohio and Michigan."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3847,
        "fields": {
            "question": 507,
            "description": "Let's spend our last day in California and then fly home."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3893,
        "fields": {
            "question": 520,
            "description": "We can have one of my supporters ask my opponent if he has any proof that I was endorsed by the CIO-PAC, as I factually have not. We can’t allow him to continue to peddle these blatant lies, and if he's forced to explain, he'll look foolish."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3894,
        "fields": {
            "question": 520,
            "description": "He may have launched attacks at me, but the majority were based on policy, and we shouldn’t touch the CIO issue with a 15-foot pole. I will simply continue to discuss the issue confronting a post-war America."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3895,
        "fields": {
            "question": 520,
            "description": "First, I will note that I have not been endorsed by the CIO-PAC, before quickly moving on to other issues, perhaps notching attacks at the Republicans' anti-worker plans for America, steering away from CIO."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3896,
        "fields": {
            "question": 521,
            "description": "We have already clearly seen Nixon’s attempt to utilize these nonsensical attacks against me. What we should do is fight back: we are seeing significant funding for Nixon, more than what you would usually see for this campaign. We should attack and investigate this."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3897,
        "fields": {
            "question": 521,
            "description": "Nixon has clearly united the Republican party behind him thus far, but Jack continues to tell me of the Republican party’s disunity. We should look into whether we can exploit issues like Governor Warren’s non-endorsement of Nixon​​, noting that our opponent is not the progressive that he claims to be, while Warren has even praised my disability insurance plan."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3898,
        "fields": {
            "question": 521,
            "description": "We should maintain my position enacting the legislative legacy of Franklin Roosevelt, and I will continue to run on that platform while my followers campaign."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3899,
        "fields": {
            "question": 522,
            "description": "I would say that the column, while helping me with outreach in the district with me in Washington, could be turned to a weakness once I start campaigning. We should temporarily end the column, so as to not give the impression that I’m using it for political purposes, which could garner positive press alone. I will be in the district soon, regardless."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3900,
        "fields": {
            "question": 522,
            "description": "I will continue to use this column throughout the race. I cannot be everywhere at once, and this could go a long way in countering press narratives, particularly with the hostility from newspapers."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3901,
        "fields": {
            "question": 522,
            "description": "We have done little to create a real political organization in the district to effectively repel these attacks, due to a series of easy opponents. We must start building a structure, before the campaigning starts, outside of labor, farmers, and local Democrats. I will bring capital secretaries home to coordinate campaign efforts."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3902,
        "fields": {
            "question": 522,
            "description": "I will make frequent use of the radio throughout the campaign, particularly when I am in Washington. This is a very effective way to speak to my constituents, and likely comes across as more genuine than writing."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3903,
        "fields": {
            "question": 523,
            "description": "We need the government to support veterans and their dependents. I wish to restrict commercial buildings so that contractors have enough material to increase housing."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3904,
        "fields": {
            "question": 523,
            "description": "The housing shortage is a disgrace. I would support an act that would allocate federal funds for the construction of low-income housing."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3905,
        "fields": {
            "question": 523,
            "description": "The housing shortage is a disgrace. We should lift all controls so that private enterprise has the opportunity to produce whatever is needed."
        }
    },
        {
        "model": "campaign_trail.answer",
        "pk": 31905,
        "fields": {
            "question": 523,
            "description": "I will tout my strong legislative record on veterans' issues. I have passed a bill over Truman's veto to renew their term insurance, approved every benefits package, and more. Veterans associations will surely appreciate that kind of record."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3906,
        "fields": {
            "question": 524,
            "description": "I have shepherded through Congress the Voorhis Act, which requires political organizations which are controlled by a foreign power or which engage in military activities to subvert the American government to register with the Justice Department. That alone makes the claim that I am soft on Communism, or inefficient in Government, laughable."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3907,
        "fields": {
            "question": 524,
            "description": "I am highly regarded among my fellow members of Congress for a reason. I have been voted the most honest, and the 5th most intelligent Congressman by the Press Corps. I have mastered and spoken my mind on every subject that comes before the House."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3908,
        "fields": {
            "question": 524,
            "description": "We will highlight testimonials from prominent Democrats such as Speaker Rayburn. The quarrels and disagreements among high officials in Washington are only hurting our campaign. We must showcase unity."
        }
    },
        {
        "model": "campaign_trail.answer",
        "pk": 31908,
        "fields": {
            "question": 524,
            "description": "I have passed the Voorhis Act, and if you’d like more recent examples, I have sponsored an act to employ the physically handicapped, and have helped pass other laws to uphold President Roosevelt's legacy. I think these attacks are absurd."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3909,
        "fields": {
            "question": 525,
            "description": "I support this Amendment as a necessary step towards the political health of this nation. We need to, periodically, have a fresh point of view in government. Ours is not an imperial nation."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3910,
        "fields": {
            "question": 525,
            "description": "I believe strongly in the two-term precedent, but I don't believe it should be enforced by Constitutional Amendment."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3911,
        "fields": {
            "question": 525,
            "description": "I don't have a strong stance on this Amendment. I support the popular will of the people on this issue."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3912,
        "fields": {
            "question": 525,
            "description": "There should not be a limit on how many terms a President can serve. This is why we have an election every four years -- to gauge the will of the American people."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3913,
        "fields": {
            "question": 526,
            "description": "A refusal, of course. Hoepell is hardly a serious candidate, and the last thing we need is me fielding more allegations of connections to the CIO."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3914,
        "fields": {
            "question": 526,
            "description": "I am more than familiar with the weaknesses of Hoepell and his numerous issues. The man is chronically corrupt, and a fool besides — I have beat the man once before. We will have this event highly attended, and then I’ll destroy him in the debate."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3915,
        "fields": {
            "question": 526,
            "description": "Why not hold a debate with myself, Hoepell, and Nixon? Having a loon like Hoepell echo Nixon will surely make my campaign look far better, by comparison."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3917,
        "fields": {
            "question": 527,
            "description": "I support the HUAC, although I do wish it could be a little more aggressive in its rooting out of Communist influence."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3918,
        "fields": {
            "question": 527,
            "description": "The HUAC is a necessary defender of American values, and I don't see anything to criticize in its current conduct."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3919,
        "fields": {
            "question": 527,
            "description": "The HUAC is not something I plan to address very much as I campaign."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3920,
        "fields": {
            "question": 527,
            "description": "I'm not very comfortable with the activities of this committee, and I believe they should be scaled back to a minimum."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3921,
        "fields": {
            "question": 528,
            "description": "Corporations have been raising prices much faster than wages have increased, and they are pocketing exorbitant profits as a result. I will fight for the rights of labor, and for better regulation during my next term."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3922,
        "fields": {
            "question": 528,
            "description": "We have already passed the Taft-Hartley Act and a modernized system of price supports for food, and their effect can clearly be seen in the drop in inflation since 1947. I'm confident this trend will continue."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3923,
        "fields": {
            "question": 528,
            "description": "We need to control the spending and interference of the federal government, and reinforce our commitment to a sound American dollar. These policies will bring inflation under control in my Administration."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3924,
        "fields": {
            "question": 529,
            "description": "We need all hands on deck. We cannot afford to do what we have done earlier in this campaign, to sit back and let Nixon’s victory happen. We will bring in prominent Democrats such as James Roosevelt to campaign in the district with us."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3925,
        "fields": {
            "question": 529,
            "description": "Goodness, that cannot be right. We’re going to scrub through these votes, picking out how many actually align with Nixon’s claims, before releasing an advertisement detailing Nixon’s lies to voters."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3926,
        "fields": {
            "question": 529,
            "description": "We will reach out to the California Democratic party, making our urgent need for money known. With Nixon’s backers funding his campaign, we must have further funds for advertisements and turnout."
        }
    },
        {
        "model": "campaign_trail.answer",
        "pk": 31926,
        "fields": {
            "question": 529,
            "description": "Nixon has evaded the issues and instead has solely resorted to attacks. We all know where I stand on the issues — where does Nixon stand?"
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3927,
        "fields": {
            "question": 530,
            "description": "I support this aid and think it is a necessary step to combat the Soviet Union."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3928,
        "fields": {
            "question": 530,
            "description": "I support this aid, but I think we could have been more careful about the cost."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3929,
        "fields": {
            "question": 530,
            "description": "I do not support this action that we have taken."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3944,
        "fields": {
            "question": 536,
            "description": "We need to be doing more to defend our ally in China. I believe that country is in very real danger of falling to the Communists if we don't step in somehow."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3945,
        "fields": {
            "question": 536,
            "description": "China is a crucial ally, under duress, and I support Chiang Kai-Shek and the Nationalists in their struggle."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3946,
        "fields": {
            "question": 536,
            "description": "Publicly, of course, I support any ally of the United States. But Kai-Shek has proven himself to be a disappointment, if you really want to know the truth. I will be careful about making any statement or policy which would commit the U.S. to his further defense."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3954,
        "fields": {
            "question": 539,
            "description": "The vitality and way of life in our country is under constant attack from Communism. I support any measure which combats that ideology."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3955,
        "fields": {
            "question": 539,
            "description": "You know, in a few isolated cases, we do have people in this country who are too sympathetic towards Communism to hold public office, in my opinion. But we shouldn't let such accusations get out of hand."
        }
    },
    {
        "model": "campaign_trail.answer",
        "pk": 3956,
        "fields": {
            "question": 539,
            "description": "I think this bodes ill for the future of American politics. I support debate on legitimate political issues, but not the casual and spurious accusations about Communist sympathies."
        }
    }
]

campaignTrail_temp.states_json = [
    {
        "model": "campaign_trail.state",
        "pk": 337,
        "fields": {
            "name": "El Monte",
            "abbr": "CA",
            "electoral_votes": 0,
            "popular_votes": 18864,
            "poll_closing_time": 300,
            "winner_take_all_flg": 1,
            "election": 12
        }
    },
    {
        "model": "campaign_trail.state",
        "pk": 339,
        "fields": {
            "name": "La Puente",
            "abbr": "CT",
            "electoral_votes": 0,
            "popular_votes": 684,
            "poll_closing_time": 120,
            "winner_take_all_flg": 1,
            "election": 12
        }
    },
    {
        "model": "campaign_trail.state",
        "pk": 342,
        "fields": {
            "name": "La Habra Heights",
            "abbr": "GA",
            "electoral_votes": 0,
            "popular_votes": 30,
            "poll_closing_time": 60,
            "winner_take_all_flg": 1,
            "election": 12
        }
    },
    {
        "model": "campaign_trail.state",
        "pk": 352,
        "fields": {
            "name": "San Gabriel Mountains",
            "abbr": "MA",
            "electoral_votes": 0,
            "popular_votes": 3363,
            "poll_closing_time": 120,
            "winner_take_all_flg": 1,
            "election": 12
        }
    },
    {
        "model": "campaign_trail.state",
        "pk": 357,
        "fields": {
            "name": "Alhambra",
            "abbr": "MT",
            "electoral_votes": 0,
            "popular_votes": 53044,
            "poll_closing_time": 240,
            "winner_take_all_flg": 1,
            "election": 12
        }
    },
    {
        "model": "campaign_trail.state",
        "pk": 360,
        "fields": {
            "name": "Diamond Bar",
            "abbr": "NH",
            "electoral_votes": 0,
            "popular_votes": 873,
            "poll_closing_time": 120,
            "winner_take_all_flg": 1,
            "election": 12
        }
    },
    {
        "model": "campaign_trail.state",
        "pk": 366,
        "fields": {
            "name": "Baldwin Park",
            "abbr": "OH",
            "electoral_votes": 0,
            "popular_votes": 3264,
            "poll_closing_time": 90,
            "winner_take_all_flg": 1,
            "election": 12
        }
    },
    {
        "model": "campaign_trail.state",
        "pk": 370,
        "fields": {
            "name": "Whittier",
            "abbr": "RI",
            "electoral_votes": 0,
            "popular_votes": 10664,
            "poll_closing_time": 120,
            "winner_take_all_flg": 1,
            "election": 12
        }
    },
    {
        "model": "campaign_trail.state",
        "pk": 376,
        "fields": {
            "name": "Covina",
            "abbr": "VT",
            "electoral_votes": 0,
            "popular_votes": 3957,
            "poll_closing_time": 60,
            "winner_take_all_flg": 1,
            "election": 12
        }
    },
    {
        "model": "campaign_trail.state",
        "pk": 381,
        "fields": {
            "name": "Pomona",
            "abbr": "WY",
            "electoral_votes": 0,
            "popular_votes": 16026,
            "poll_closing_time": 180,
            "winner_take_all_flg": 1,
            "election": 12
        }
    }
]

campaignTrail_temp.issues_json = [
    {
        "model": "campaign_trail.issue",
        "pk": 42,
        "fields": {
            "name": "Foreign Policy",
            "description": "'",
            "stance_1": "Isolationist",
            "stance_desc_1": "'",
            "stance_2": "Isolationist",
            "stance_desc_2": "'",
            "stance_3": "Moderate",
            "stance_desc_3": "'",
            "stance_4": "Internationalist",
            "stance_desc_4": "'",
            "stance_5": "Internationalist",
            "stance_desc_5": "'",
            "stance_6": "Internationalist",
            "stance_desc_6": "'",
            "stance_7": "Internationalist",
            "stance_desc_7": "'",
            "election": 12
        }
    },
    {
        "model": "campaign_trail.issue",
        "pk": 43,
        "fields": {
            "name": "Civil Rights",
            "description": "'",
            "stance_1": "Segregationist",
            "stance_desc_1": "'",
            "stance_2": "Segregationist",
            "stance_desc_2": "'",
            "stance_3": "Moderate",
            "stance_desc_3": "'",
            "stance_4": "Moderate",
            "stance_desc_4": "'",
            "stance_5": "Liberal",
            "stance_desc_5": "'",
            "stance_6": "Liberal",
            "stance_desc_6": "'",
            "stance_7": "Liberal",
            "stance_desc_7": "'",
            "election": 12
        }
    },
    {
        "model": "campaign_trail.issue",
        "pk": 44,
        "fields": {
            "name": "New Deal Programs",
            "description": "'",
            "stance_1": "Reverse",
            "stance_desc_1": "'",
            "stance_2": "Reverse",
            "stance_desc_2": "'",
            "stance_3": "Maintain",
            "stance_desc_3": "'",
            "stance_4": "Maintain",
            "stance_desc_4": "'",
            "stance_5": "Maintain",
            "stance_desc_5": "'",
            "stance_6": "Expand",
            "stance_desc_6": "'",
            "stance_7": "Expand",
            "stance_desc_7": "'",
            "election": 12
        }
    },
    {
        "model": "campaign_trail.issue",
        "pk": 45,
        "fields": {
            "name": "Union Presence",
            "description": "'",
            "stance_1": "Low",
            "stance_desc_1": "'",
            "stance_2": "Low",
            "stance_desc_2": "'",
            "stance_3": "Moderate",
            "stance_desc_3": "'",
            "stance_4": "Moderate",
            "stance_desc_4": "'",
            "stance_5": "Moderate",
            "stance_desc_5": "'",
            "stance_6": "High",
            "stance_desc_6": "'",
            "stance_7": "High",
            "stance_desc_7": "'",
            "election": 12
        }
    },
    {
        "model": "campaign_trail.issue",
        "pk": 46,
        "fields": {
            "name": "Communists",
            "description": "'",
            "stance_1": "Outlaw",
            "stance_desc_1": "'",
            "stance_2": "Ostracize",
            "stance_desc_2": "'",
            "stance_3": "Ostracize",
            "stance_desc_3": "'",
            "stance_4": "Ostracize",
            "stance_desc_4": "'",
            "stance_5": "Ostracize",
            "stance_desc_5": "'",
            "stance_6": "Tolerate",
            "stance_desc_6": "'",
            "stance_7": "Neutral",
            "stance_desc_7": "'",
            "election": 12
        }
    }
]

campaignTrail_temp.state_issue_score_json = [
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1636,
        "fields": {
            "state": 337,
            "issue": 43,
            "state_issue_score": 0,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1638,
        "fields": {
            "state": 339,
            "issue": 43,
            "state_issue_score": 0,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1641,
        "fields": {
            "state": 342,
            "issue": 43,
            "state_issue_score": 0,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1651,
        "fields": {
            "state": 352,
            "issue": 43,
            "state_issue_score": 0.5,
            "weight": 1.5
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1656,
        "fields": {
            "state": 357,
            "issue": 43,
            "state_issue_score": 0,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1659,
        "fields": {
            "state": 360,
            "issue": 43,
            "state_issue_score": 0,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1665,
        "fields": {
            "state": 366,
            "issue": 43,
            "state_issue_score": 0,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1669,
        "fields": {
            "state": 370,
            "issue": 43,
            "state_issue_score": 0.5,
            "weight": 1.5
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1675,
        "fields": {
            "state": 376,
            "issue": 43,
            "state_issue_score": 0,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1680,
        "fields": {
            "state": 381,
            "issue": 43,
            "state_issue_score": 0,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1684,
        "fields": {
            "state": 337,
            "issue": 42,
            "state_issue_score": 0.6,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1686,
        "fields": {
            "state": 339,
            "issue": 42,
            "state_issue_score": 0.6,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1689,
        "fields": {
            "state": 342,
            "issue": 42,
            "state_issue_score": 0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1699,
        "fields": {
            "state": 352,
            "issue": 42,
            "state_issue_score": 0.6,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1704,
        "fields": {
            "state": 357,
            "issue": 42,
            "state_issue_score": -0.6,
            "weight": 1.5
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1707,
        "fields": {
            "state": 360,
            "issue": 42,
            "state_issue_score": 0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1713,
        "fields": {
            "state": 366,
            "issue": 42,
            "state_issue_score": -0.15,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1717,
        "fields": {
            "state": 370,
            "issue": 42,
            "state_issue_score": 0.6,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1723,
        "fields": {
            "state": 376,
            "issue": 42,
            "state_issue_score": -0.15,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1728,
        "fields": {
            "state": 381,
            "issue": 42,
            "state_issue_score": -0.15,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1732,
        "fields": {
            "state": 337,
            "issue": 44,
            "state_issue_score": 0.2,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1734,
        "fields": {
            "state": 339,
            "issue": 44,
            "state_issue_score": -0.4,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1737,
        "fields": {
            "state": 342,
            "issue": 44,
            "state_issue_score": -0.4,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1747,
        "fields": {
            "state": 352,
            "issue": 44,
            "state_issue_score": -0.4,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1752,
        "fields": {
            "state": 357,
            "issue": 44,
            "state_issue_score": 0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1755,
        "fields": {
            "state": 360,
            "issue": 44,
            "state_issue_score": -0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1761,
        "fields": {
            "state": 366,
            "issue": 44,
            "state_issue_score": -0.4,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1765,
        "fields": {
            "state": 370,
            "issue": 44,
            "state_issue_score": 0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1771,
        "fields": {
            "state": 376,
            "issue": 44,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1776,
        "fields": {
            "state": 381,
            "issue": 44,
            "state_issue_score": -0.4,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1780,
        "fields": {
            "state": 337,
            "issue": 45,
            "state_issue_score": -0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1782,
        "fields": {
            "state": 339,
            "issue": 45,
            "state_issue_score": -0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1785,
        "fields": {
            "state": 342,
            "issue": 45,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1795,
        "fields": {
            "state": 352,
            "issue": 45,
            "state_issue_score": -0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1800,
        "fields": {
            "state": 357,
            "issue": 45,
            "state_issue_score": 0.0,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1803,
        "fields": {
            "state": 360,
            "issue": 45,
            "state_issue_score": -0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1809,
        "fields": {
            "state": 366,
            "issue": 45,
            "state_issue_score": 0.15,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1813,
        "fields": {
            "state": 370,
            "issue": 45,
            "state_issue_score": -0.33,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1819,
        "fields": {
            "state": 376,
            "issue": 45,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1824,
        "fields": {
            "state": 381,
            "issue": 45,
            "state_issue_score": -0.2,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1828,
        "fields": {
            "state": 337,
            "issue": 46,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1830,
        "fields": {
            "state": 339,
            "issue": 46,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1833,
        "fields": {
            "state": 342,
            "issue": 46,
            "state_issue_score": -0.8,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1843,
        "fields": {
            "state": 352,
            "issue": 46,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1848,
        "fields": {
            "state": 357,
            "issue": 46,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1851,
        "fields": {
            "state": 360,
            "issue": 46,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1857,
        "fields": {
            "state": 366,
            "issue": 46,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1861,
        "fields": {
            "state": 370,
            "issue": 46,
            "state_issue_score": -0.5,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1867,
        "fields": {
            "state": 376,
            "issue": 46,
            "state_issue_score": -0.8,
            "weight": 1
        }
    },
    {
        "model": "campaign_trail.state_issue_score",
        "pk": 1872,
        "fields": {
            "state": 381,
            "issue": 46,
            "state_issue_score": -0.8,
            "weight": 1
        }
    }
]

campaignTrail_temp.candidate_issue_score_json = [
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 453,
        "fields": {
            "candidate": 116,
            "issue": 42,
            "issue_score": 0.5
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 454,
        "fields": {
            "candidate": 116,
            "issue": 43,
            "issue_score": 0.15
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 455,
        "fields": {
            "candidate": 116,
            "issue": 44,
            "issue_score": 0.3
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 456,
        "fields": {
            "candidate": 116,
            "issue": 45,
            "issue_score": 0.25
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 457,
        "fields": {
            "candidate": 116,
            "issue": 46,
            "issue_score": -0.33
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 458,
        "fields": {
            "candidate": 117,
            "issue": 42,
            "issue_score": 0.5
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 459,
        "fields": {
            "candidate": 117,
            "issue": 43,
            "issue_score": 0.25
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 460,
        "fields": {
            "candidate": 117,
            "issue": 44,
            "issue_score": 0.25
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 461,
        "fields": {
            "candidate": 117,
            "issue": 45,
            "issue_score": -0.175
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 462,
        "fields": {
            "candidate": 117,
            "issue": 46,
            "issue_score": -0.45
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 463,
        "fields": {
            "candidate": 118,
            "issue": 42,
            "issue_score": 0.55
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 464,
        "fields": {
            "candidate": 118,
            "issue": 43,
            "issue_score": -0.75
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 465,
        "fields": {
            "candidate": 118,
            "issue": 44,
            "issue_score": 0.6
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 466,
        "fields": {
            "candidate": 118,
            "issue": 45,
            "issue_score": -0.55
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 467,
        "fields": {
            "candidate": 118,
            "issue": 46,
            "issue_score": -0.7
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 468,
        "fields": {
            "candidate": 119,
            "issue": 42,
            "issue_score": 0.65
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 469,
        "fields": {
            "candidate": 119,
            "issue": 43,
            "issue_score": 0.7
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 470,
        "fields": {
            "candidate": 119,
            "issue": 44,
            "issue_score": 0.7
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 471,
        "fields": {
            "candidate": 119,
            "issue": 45,
            "issue_score": 0.7
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 472,
        "fields": {
            "candidate": 119,
            "issue": 46,
            "issue_score": 0.625
        }
    }
]

campaignTrail_temp.running_mate_issue_score_json = [
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 473,
        "fields": {
            "candidate": 120,
            "issue": 42,
            "issue_score": 0.5
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 474,
        "fields": {
            "candidate": 120,
            "issue": 43,
            "issue_score": 0
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 475,
        "fields": {
            "candidate": 120,
            "issue": 44,
            "issue_score": 0.4
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 476,
        "fields": {
            "candidate": 120,
            "issue": 45,
            "issue_score": 0.25
        }
    },
    {
        "model": "campaign_trail.candidate_issue_score",
        "pk": 477,
        "fields": {
            "candidate": 120,
            "issue": 46,
            "issue_score": -0.4
        }
    }
]

campaignTrail_temp.candidate_state_multiplier_json = [
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1240,
        "fields": {
            "candidate": 116,
            "state": 337,
            "state_multiplier": 0.77
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1242,
        "fields": {
            "candidate": 116,
            "state": 339,
            "state_multiplier": 1
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1245,
        "fields": {
            "candidate": 116,
            "state": 342,
            "state_multiplier": 2.0387
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1255,
        "fields": {
            "candidate": 116,
            "state": 352,
            "state_multiplier": 1.0704
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1260,
        "fields": {
            "candidate": 116,
            "state": 357,
            "state_multiplier": 1.0212
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1263,
        "fields": {
            "candidate": 116,
            "state": 360,
            "state_multiplier": 0.8774
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1269,
        "fields": {
            "candidate": 116,
            "state": 366,
            "state_multiplier": 0.8578
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1273,
        "fields": {
            "candidate": 116,
            "state": 370,
            "state_multiplier": 1.0602
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1279,
        "fields": {
            "candidate": 116,
            "state": 376,
            "state_multiplier": 0.8039
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1284,
        "fields": {
            "candidate": 116,
            "state": 381,
            "state_multiplier": 0.989
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1288,
        "fields": {
            "candidate": 117,
            "state": 337,
            "state_multiplier": 1.23
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1290,
        "fields": {
            "candidate": 117,
            "state": 339,
            "state_multiplier": 1
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1293,
        "fields": {
            "candidate": 117,
            "state": 342,
            "state_multiplier": 1
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1303,
        "fields": {
            "candidate": 117,
            "state": 352,
            "state_multiplier": 1
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1308,
        "fields": {
            "candidate": 117,
            "state": 357,
            "state_multiplier": 1.2
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1311,
        "fields": {
            "candidate": 117,
            "state": 360,
            "state_multiplier": 1
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1317,
        "fields": {
            "candidate": 117,
            "state": 366,
            "state_multiplier": 1.43
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1321,
        "fields": {
            "candidate": 117,
            "state": 370,
            "state_multiplier": 0.8
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1327,
        "fields": {
            "candidate": 117,
            "state": 376,
            "state_multiplier": 0.94
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1332,
        "fields": {
            "candidate": 117,
            "state": 381,
            "state_multiplier": 1.1
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1336,
        "fields": {
            "candidate": 118,
            "state": 337,
            "state_multiplier": 0.03
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1338,
        "fields": {
            "candidate": 118,
            "state": 339,
            "state_multiplier": 0.01
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1341,
        "fields": {
            "candidate": 118,
            "state": 342,
            "state_multiplier": 0.05
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1351,
        "fields": {
            "candidate": 118,
            "state": 352,
            "state_multiplier": 0.04
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1356,
        "fields": {
            "candidate": 118,
            "state": 357,
            "state_multiplier": 0.04
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1359,
        "fields": {
            "candidate": 118,
            "state": 360,
            "state_multiplier": 0.05
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1365,
        "fields": {
            "candidate": 118,
            "state": 366,
            "state_multiplier": 0.05
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1369,
        "fields": {
            "candidate": 118,
            "state": 370,
            "state_multiplier": 0.04
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1375,
        "fields": {
            "candidate": 118,
            "state": 376,
            "state_multiplier": 0.04
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1380,
        "fields": {
            "candidate": 118,
            "state": 381,
            "state_multiplier": 0.03
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1384,
        "fields": {
            "candidate": 119,
            "state": 337,
            "state_multiplier": 0.52
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1386,
        "fields": {
            "candidate": 119,
            "state": 339,
            "state_multiplier": 0.2421
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1389,
        "fields": {
            "candidate": 119,
            "state": 342,
            "state_multiplier": 0.2068
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1399,
        "fields": {
            "candidate": 119,
            "state": 352,
            "state_multiplier": 0.2139
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1404,
        "fields": {
            "candidate": 119,
            "state": 357,
            "state_multiplier": 0.519
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1407,
        "fields": {
            "candidate": 119,
            "state": 360,
            "state_multiplier": 0.0708
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1413,
        "fields": {
            "candidate": 119,
            "state": 366,
            "state_multiplier": 0.0985
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1417,
        "fields": {
            "candidate": 119,
            "state": 370,
            "state_multiplier": 0.0783
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1423,
        "fields": {
            "candidate": 119,
            "state": 376,
            "state_multiplier": 0.1506
        }
    },
    {
        "model": "campaign_trail.candidate_state_multiplier",
        "pk": 1428,
        "fields": {
            "candidate": 119,
            "state": 381,
            "state_multiplier": 0.1149
        }
    }
]

campaignTrail_temp.answer_score_global_json = [
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1612,
        "fields": {
            "answer": 3810,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.008
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1612328992382,
        "fields": {
            "answer": 3810,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1613,
        "fields": {
            "answer": 3810,
            "candidate": 117,
            "affected_candidate": 118,
            "global_multiplier": 0.0095
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1614,
        "fields": {
            "answer": 3811,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.003
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1628928314,
        "fields": {
            "answer": 3811,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1615,
        "fields": {
            "answer": 3811,
            "candidate": 117,
            "affected_candidate": 118,
            "global_multiplier": 0.008
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1616,
        "fields": {
            "answer": 3812,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.06
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1617,
        "fields": {
            "answer": 3812,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.25
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1618,
        "fields": {
            "answer": 3807,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.018
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1619,
        "fields": {
            "answer": 3807,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.013
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1620,
        "fields": {
            "answer": 3805,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1621,
        "fields": {
            "answer": 3806,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": 0.014
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1622,
        "fields": {
            "answer": 3806,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.008
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1623,
        "fields": {
            "answer": 3813,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.015
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1624,
        "fields": {
            "answer": 3813,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.017
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1625,
        "fields": {
            "answer": 3814,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.014
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1626,
        "fields": {
            "answer": 3814,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.014
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1627,
        "fields": {
            "answer": 3817,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.011
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1628,
        "fields": {
            "answer": 3817,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0175
        }
    },
        {
        "model": "campaign_trail.answer_score_global",
        "pk": 168332228,
        "fields": {
            "answer": 31817,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.019
        }
    },
        {
        "model": "campaign_trail.answer_score_global",
        "pk": 168332323228,
        "fields": {
            "answer": 31817,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.018
        }
    },
        {
        "model": "campaign_trail.answer_score_global",
        "pk": 1683332232323228,
        "fields": {
            "answer": 32817,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.016
        }
    },
        {
        "model": "campaign_trail.answer_score_global",
        "pk": 1683332232323228,
        "fields": {
            "answer": 32817,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0165
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1629,
        "fields": {
            "answer": 3818,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.021
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1630,
        "fields": {
            "answer": 3818,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.021
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1631,
        "fields": {
            "answer": 3819,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1632,
        "fields": {
            "answer": 3819,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.025
        }
    },
        {
        "model": "campaign_trail.answer_score_global",
        "pk": 163390230230932232,
        "fields": {
            "answer": 31808,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1633,
        "fields": {
            "answer": 3821,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1634,
        "fields": {
            "answer": 3821,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1635,
        "fields": {
            "answer": 3822,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0015
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1636,
        "fields": {
            "answer": 3822,
            "candidate": 116,
            "affected_candidate": 118,
            "global_multiplier": 0.005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1637,
        "fields": {
            "answer": 3823,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.008
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1638,
        "fields": {
            "answer": 3823,
            "candidate": 117,
            "affected_candidate": 118,
            "global_multiplier": -1000.0
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1639,
        "fields": {
            "answer": 3825,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": 0.005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1640,
        "fields": {
            "answer": 3825,
            "candidate": 117,
            "affected_candidate": 118,
            "global_multiplier": 0.018
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1641,
        "fields": {
            "answer": 3826,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0187
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1642,
        "fields": {
            "answer": 3826,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1643,
        "fields": {
            "answer": 3827,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.004
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1645,
        "fields": {
            "answer": 3829,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.009
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1646,
        "fields": {
            "answer": 3829,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.009
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1647,
        "fields": {
            "answer": 3830,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.015
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1648,
        "fields": {
            "answer": 3830,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1649,
        "fields": {
            "answer": 3832,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0064
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1650,
        "fields": {
            "answer": 3832,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1651,
        "fields": {
            "answer": 3833,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0211
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1652,
        "fields": {
            "answer": 3833,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1653,
        "fields": {
            "answer": 3834,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0191
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1654,
        "fields": {
            "answer": 3834,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1655,
        "fields": {
            "answer": 3835,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0164
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1656,
        "fields": {
            "answer": 3835,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1657,
        "fields": {
            "answer": 3837,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0242
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1658,
        "fields": {
            "answer": 3837,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1659,
        "fields": {
            "answer": 3838,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0164
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1660,
        "fields": {
            "answer": 3838,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1661,
        "fields": {
            "answer": 3839,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0235
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1662,
        "fields": {
            "answer": 3839,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1663,
        "fields": {
            "answer": 3840,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0204
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1664,
        "fields": {
            "answer": 3840,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1665,
        "fields": {
            "answer": 3842,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0186
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1666,
        "fields": {
            "answer": 3842,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1667,
        "fields": {
            "answer": 3843,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0202
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1668,
        "fields": {
            "answer": 3843,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1669,
        "fields": {
            "answer": 3844,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.021
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1670,
        "fields": {
            "answer": 3844,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1671,
        "fields": {
            "answer": 3845,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.021
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1672,
        "fields": {
            "answer": 3845,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1673,
        "fields": {
            "answer": 3846,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.021
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1674,
        "fields": {
            "answer": 3846,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1675,
        "fields": {
            "answer": 3847,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.021
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1676,
        "fields": {
            "answer": 3847,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0125
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1678,
        "fields": {
            "answer": 3893,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0375
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1681,
        "fields": {
            "answer": 3899,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1683,
        "fields": {
            "answer": 3903,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.002
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1684,
        "fields": {
            "answer": 3903,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0018
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1685,
        "fields": {
            "answer": 3906,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.009
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1686,
        "fields": {
            "answer": 3906,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0085
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1688,
        "fields": {
            "answer": 3913,
            "candidate": 117,
            "affected_candidate": 118,
            "global_multiplier": -0.0075
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1689,
        "fields": {
            "answer": 3919,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1690,
        "fields": {
            "answer": 3919,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0075
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1691,
        "fields": {
            "answer": 3924,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0015
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1693,
        "fields": {
            "answer": 3925,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.014
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1703,
        "fields": {
            "answer": 3945,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1704,
        "fields": {
            "answer": 3945,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0075
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1705,
        "fields": {
            "answer": 3946,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1706,
        "fields": {
            "answer": 3946,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0075
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1711,
        "fields": {
            "answer": 3954,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1712,
        "fields": {
            "answer": 3954,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0075
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1713,
        "fields": {
            "answer": 3955,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1714,
        "fields": {
            "answer": 3955,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.0075
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1715,
        "fields": {
            "answer": 3816,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.017
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1716,
        "fields": {
            "answer": 3816,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.018
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1717,
        "fields": {
            "answer": 3901,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1718,
        "fields": {
            "answer": 3901,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1720,
        "fields": {
            "answer": 3907,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.008
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1721,
        "fields": {
            "answer": 3914,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": 0.003
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1722,
        "fields": {
            "answer": 3914,
            "candidate": 117,
            "affected_candidate": 118,
            "global_multiplier": -0.006
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1723,
        "fields": {
            "answer": 3922,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1724,
        "fields": {
            "answer": 3922,
            "candidate": 116,
            "affected_candidate": 117,
            "global_multiplier": 0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1725,
        "fields": {
            "answer": 3928,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1726,
        "fields": {
            "answer": 3928,
            "candidate": 116,
            "affected_candidate": 117,
            "global_multiplier": 0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1728,
        "fields": {
            "answer": 3895,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.019
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1729,
        "fields": {
            "answer": 3902,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0045
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1730,
        "fields": {
            "answer": 3902,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0045
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1731,
        "fields": {
            "answer": 3917,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1732,
        "fields": {
            "answer": 3917,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": 0.05
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1733,
        "fields": {
            "answer": 3923,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1734,
        "fields": {
            "answer": 3923,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": 0.05
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1735,
        "fields": {
            "answer": 3926,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": -0.012
        }
    },
   {
        "model": "campaign_trail.answer_score_global",
        "pk": 1735,
        "fields": {
            "answer": 3926,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.001
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1739,
        "fields": {
            "answer": 3894,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.021
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1740,
        "fields": {
            "answer": 3898,
            "candidate": 116,
            "affected_candidate": 117,
            "global_multiplier": -0.006
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1741,
        "fields": {
            "answer": 3905,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.019
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1742,
        "fields": {
            "answer": 3912,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1743,
        "fields": {
            "answer": 3920,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1745,
        "fields": {
            "answer": 3944,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1746,
        "fields": {
            "answer": 3908,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0065
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1740990320923232226,
        "fields": {
            "answer": 31908,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0054
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1740990320923232226,
        "fields": {
            "answer": 31908,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0054
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1747,
        "fields": {
            "answer": 3916,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.03
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1748,
        "fields": {
            "answer": 3929,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.03
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1755,
        "fields": {
            "answer": 3956,
            "candidate": 116,
            "affected_candidate": 116,
            "global_multiplier": -0.015
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 17538829982235,
        "fields": {
            "answer": 3808,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0135
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1756,
        "fields": {
            "answer": 3956,
            "candidate": 116,
            "affected_candidate": 119,
            "global_multiplier": -0.05
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1757,
        "fields": {
            "answer": 3820,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.03
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1757,
        "fields": {
            "answer": 3820,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.028
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1758,
        "fields": {
            "answer": 3828,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.009
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1753234328,
        "fields": {
            "answer": 3828,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.008
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 175323432323328,
        "fields": {
            "answer": 31905,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.004
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1753234328,
        "fields": {
            "answer": 31828,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.02
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1759,
        "fields": {
            "answer": 3809,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0195
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1760,
        "fields": {
            "answer": 3809,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.017
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1761,
        "fields": {
            "answer": 3805,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.02
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1812,
        "fields": {
            "answer": 3893,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0375
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 18132989822,
        "fields": {
            "answer": 3815,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0275
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1813,
        "fields": {
            "answer": 3894,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.026
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1814,
        "fields": {
            "answer": 3895,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0195
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1815,
        "fields": {
            "answer": 3896,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.008
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 18192832895,
        "fields": {
            "answer": 3896,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": 0.003
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1816,
        "fields": {
            "answer": 3897,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0014
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 18193898232326,
        "fields": {
            "answer": 3897,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.002
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1817,
        "fields": {
            "answer": 3898,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.006
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1818,
        "fields": {
            "answer": 3899,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1819,
        "fields": {
            "answer": 3900,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1819,
        "fields": {
            "answer": 3900,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1823,
        "fields": {
            "answer": 3904,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.002
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1824,
        "fields": {
            "answer": 3905,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1826,
        "fields": {
            "answer": 3907,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.008
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1827,
        "fields": {
            "answer": 3908,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0065
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1828,
        "fields": {
            "answer": 3909,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1829,
        "fields": {
            "answer": 3910,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.004
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1830,
        "fields": {
            "answer": 3911,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.007
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1831,
        "fields": {
            "answer": 3912,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.01
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1834,
        "fields": {
            "answer": 3915,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": -0.008
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1834,
        "fields": {
            "answer": 3915,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1835,
        "fields": {
            "answer": 3916,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.05
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1836,
        "fields": {
            "answer": 3917,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": -0.0005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1837,
        "fields": {
            "answer": 3918,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.015
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1838,
        "fields": {
            "answer": 3919,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.04
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1839,
        "fields": {
            "answer": 3920,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.05
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1840,
        "fields": {
            "answer": 3921,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.02
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1841,
        "fields": {
            "answer": 3922,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0005
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1842,
        "fields": {
            "answer": 3923,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0035
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1843,
        "fields": {
            "answer": 3924,
            "candidate": 117,
            "affected_candidate": 117,
            "global_multiplier": 0.0076
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1844,
        "fields": {
            "answer": 3925,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.018
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1846,
        "fields": {
            "answer": 3927,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1847,
        "fields": {
            "answer": 3928,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0033
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1848,
        "fields": {
            "answer": 3929,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0075
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1862,
        "fields": {
            "answer": 3944,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": -0.0035
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1863,
        "fields": {
            "answer": 3945,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 18328923923893263,
        "fields": {
            "answer": 31926,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": -0.0165
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1864,
        "fields": {
            "answer": 3946,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1872,
        "fields": {
            "answer": 3955,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.0033
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1873,
        "fields": {
            "answer": 3956,
            "candidate": 117,
            "affected_candidate": 116,
            "global_multiplier": 0.007
        }
    },
    {
        "model": "campaign_trail.answer_score_global",
        "pk": 1882,
        "fields": {
            "answer": 3915,
            "candidate": 117,
            "affected_candidate": 118,
            "global_multiplier": 0.017
        }
    }
]

campaignTrail_temp.answer_score_issue_json = [
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1377,
        "fields": {
            "answer": 3812,
            "issue": 43,
            "issue_score": 0.4,
            "issue_importance": 12
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1378,
        "fields": {
            "answer": 3807,
            "issue": 44,
            "issue_score": 0.35,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 137892398329,
        "fields": {
            "answer": 3808,
            "issue": 44,
            "issue_score": 0.33,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1380,
        "fields": {
            "answer": 3805,
            "issue": 44,
            "issue_score": 0.25,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1382,
        "fields": {
            "answer": 3813,
            "issue": 45,
            "issue_score": 0.5,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1384,
        "fields": {
            "answer": 3815,
            "issue": 44,
            "issue_score": 0.35,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1385,
        "fields": {
            "answer": 3816,
            "issue": 44,
            "issue_score": 0.33,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1383235,
        "fields": {
            "answer": 3816,
            "issue": 45,
            "issue_score": 0.38,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1386,
        "fields": {
            "answer": 3817,
            "issue": 44,
            "issue_score": 0.32,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 133928923822386,
        "fields": {
            "answer": 32817,
            "issue": 45,
            "issue_score": 0.42,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1387,
        "fields": {
            "answer": 3818,
            "issue": 46,
            "issue_score": -0.55,
            "issue_importance": 1.4
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1387,
        "fields": {
            "answer": 3819,
            "issue": 46,
            "issue_score": -0.4,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1388,
        "fields": {
            "answer": 3818,
            "issue": 45,
            "issue_score": 0.1,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 12893928388,
        "fields": {
            "answer": 3819,
            "issue": 45,
            "issue_score": 0.2,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 12892343233928388,
        "fields": {
            "answer": 31908,
            "issue": 44,
            "issue_score": 0.3,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1389,
        "fields": {
            "answer": 3820,
            "issue": 46,
            "issue_score": 0.1,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1390,
        "fields": {
            "answer": 3820,
            "issue": 45,
            "issue_score": 0.4,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 13920390923320,
        "fields": {
            "answer": 3827,
            "issue": 43,
            "issue_score": 0.4,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1392023390923320,
        "fields": {
            "answer": 3827,
            "issue": 46,
            "issue_score": -0.4,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 139203394034923320,
        "fields": {
            "answer": 3828,
            "issue": 43,
            "issue_score": 0.2,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 13920233908239923320,
        "fields": {
            "answer": 3828,
            "issue": 46,
            "issue_score": -0.15,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 139223230233908239923320,
        "fields": {
            "answer": 31828,
            "issue": 46,
            "issue_score": 0.45,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1391,
        "fields": {
            "answer": 3821,
            "issue": 44,
            "issue_score": 0.725,
            "issue_importance": 3
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1392,
        "fields": {
            "answer": 3821,
            "issue": 45,
            "issue_score": 0.725,
            "issue_importance": 3
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1393,
        "fields": {
            "answer": 3821,
            "issue": 46,
            "issue_score": 0.25,
            "issue_importance": 3
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1394,
        "fields": {
            "answer": 3893,
            "issue": 44,
            "issue_score": 0.5,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1396,
        "fields": {
            "answer": 3895,
            "issue": 45,
            "issue_score": 0.5,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1399,
        "fields": {
            "answer": 3898,
            "issue": 44,
            "issue_score": 0.2,
            "issue_importance": 1.5
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1402,
        "fields": {
            "answer": 3902,
            "issue": 44,
            "issue_score": 0.25,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1403,
        "fields": {
            "answer": 3903,
            "issue": 44,
            "issue_score": 0.39,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1404,
        "fields": {
            "answer": 3904,
            "issue": 44,
            "issue_score": 0.35,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1405,
        "fields": {
            "answer": 3905,
            "issue": 44,
            "issue_score": -0.5,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1406,
        "fields": {
            "answer": 3906,
            "issue": 46,
            "issue_score": -0.3,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1407,
        "fields": {
            "answer": 3907,
            "issue": 44,
            "issue_score": 0.3,
            "issue_importance": 0.5
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1412,
        "fields": {
            "answer": 3917,
            "issue": 46,
            "issue_score": -0.7,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1413,
        "fields": {
            "answer": 3918,
            "issue": 46,
            "issue_score": -0.25,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1414,
        "fields": {
            "answer": 3920,
            "issue": 46,
            "issue_score": 0.2,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1415,
        "fields": {
            "answer": 3921,
            "issue": 44,
            "issue_score": 0.5,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1416,
        "fields": {
            "answer": 3922,
            "issue": 44,
            "issue_score": 0,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1417,
        "fields": {
            "answer": 3922,
            "issue": 45,
            "issue_score": -0.15,
            "issue_importance": 2
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1418,
        "fields": {
            "answer": 3923,
            "issue": 44,
            "issue_score": -0.5,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1422,
        "fields": {
            "answer": 3927,
            "issue": 42,
            "issue_score": 0.5,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1423,
        "fields": {
            "answer": 3928,
            "issue": 42,
            "issue_score": 0,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1424,
        "fields": {
            "answer": 3929,
            "issue": 42,
            "issue_score": -0.5,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1437,
        "fields": {
            "answer": 3954,
            "issue": 44,
            "issue_score": -0.75,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1438,
        "fields": {
            "answer": 3955,
            "issue": 44,
            "issue_score": -0.35,
            "issue_importance": 1
        }
    },
    {
        "model": "campaign_trail.answer_score_issue",
        "pk": 1439,
        "fields": {
            "answer": 3956,
            "issue": 44,
            "issue_score": 0.5,
            "issue_importance": 1
        }
    }
]

campaignTrail_temp.answer_score_state_json = [
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13359,
        "fields": {
            "answer": 3846,
            "state": 366,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.002
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13361,
        "fields": {
            "answer": 3847,
            "state": 337,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.003
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13362,
        "fields": {
            "answer": 3826,
            "state": 337,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.004
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13365,
        "fields": {
            "answer": 3833,
            "state": 337,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.004
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13368,
        "fields": {
            "answer": 3838,
            "state": 337,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.004
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13371,
        "fields": {
            "answer": 3843,
            "state": 337,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.004
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13386,
        "fields": {
            "answer": 3834,
            "state": 339,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13392,
        "fields": {
            "answer": 3839,
            "state": 339,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13414,
        "fields": {
            "answer": 3835,
            "state": 366,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13420,
        "fields": {
            "answer": 3840,
            "state": 366,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13450,
        "fields": {
            "answer": 3837,
            "state": 357,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13457,
        "fields": {
            "answer": 3837,
            "state": 381,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13462,
        "fields": {
            "answer": 3842,
            "state": 357,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.0025
        }
    },
    {
        "model": "campaign_trail.answer_score_state",
        "pk": 13469,
        "fields": {
            "answer": 3842,
            "state": 381,
            "candidate": 116,
            "affected_candidate": 116,
            "state_multiplier": 0.0025
        }
    }
]

campaignTrail_temp.answer_feedback_json = [
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1356,
        "fields": {
            "answer": 3805,
            "candidate": 117,
            "answer_feedback": "Your campaign heartily agrees. You will certainly be well-rested ahead of the real campaign season, even as the Republicans already start up their campaigning."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1357,
        "fields": {
            "answer": 3806,
            "candidate": 117,
            "answer_feedback": "To the regret of your father, you fly back from Los Angles to Washington more times than you can count, regularly forced back for votes, while still netting some campaign time. Republicans attack you for ‘neglecting the business of Congress.’"
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1358,
        "fields": {
            "answer": 3807,
            "candidate": 117,
            "answer_feedback": "Nixon has undertaken a vigorous campaign schedule while you are away in Washington. Your father figures that he’ll tire himself out by voting time, but he is building meaningful support..."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1359,
        "fields": {
            "answer": 3808,
            "candidate": 117,
            "answer_feedback": "Governor Warren has declined to endorse him (although he rarely endorses many politicians), but Nixon, for the most part, has united the GOP behind him, and enunciated traditional Republican principles."
        }
    },
        {
        "model": "campaign_trail.answer_feedback",
        "pk": 13283259,
        "fields": {
            "answer": 31808,
            "candidate": 117,
            "answer_feedback": "It’s a small thing, but it couldn’t hurt to try and prevent any defectors here. Meanwhile, Nixon has undertaken a vigorous campaign schedule."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1360,
        "fields": {
            "answer": 3809,
            "candidate": 117,
            "answer_feedback": "That is your choice, but Jack Long feels that this position is hopelessly naive, although he doesn’t say it to your face."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1361,
        "fields": {
            "answer": 3810,
            "candidate": 117,
            "answer_feedback": "Nixon doesn’t have any real openings to attack him with, and with no record in public service, this ended up being useless."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1362,
        "fields": {
            "answer": 3811,
            "candidate": 117,
            "answer_feedback": "In plenty of seats in California, Republicans are running wild with accusations of connections between the Democratic Congressmen and the political action committee for the CIO, and its supposed link with Communism. We’re preparing a few rebuttals."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1363,
        "fields": {
            "answer": 3812,
            "candidate": 117,
            "answer_feedback": "Strom Thurmond will cost you some southern states, but hopefully you can make up for it in other regions."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1364,
        "fields": {
            "answer": 3813,
            "candidate": 117,
            "answer_feedback": "Even if you believe that the crises of the Truman administration have been unavoidable, you’ll have a hard time convincing the average person. At least it’s a better platform than the apologies for Truman coming from some Democrats..."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1365,
        "fields": {
            "answer": 3814,
            "candidate": 117,
            "answer_feedback": "Running on the Republican Party of twenty years ago is a tough sell, but at least you’re fighting against change for change’s sake."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1366,
        "fields": {
            "answer": 3815,
            "candidate": 117,
            "answer_feedback": "Republicans like Nixon, outside of Congress, have the ability to promise anything they’d like. Until the average American sees the hypothetical Republican Congress in action, claims of their inability to govern fall short."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1367,
        "fields": {
            "answer": 3816,
            "candidate": 117,
            "answer_feedback": "You’re sticking strongly behind your values here. That isn’t with the current, or your district, but you’ve been re-elected against it before."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1368,
        "fields": {
            "answer": 3817,
            "candidate": 117,
            "answer_feedback": "The mood of the country certainly is with the idea of change, but the way around that may just be to lower the GOP’s favorability closer to the Democrats."
        }
    },
        {
        "model": "campaign_trail.answer_feedback",
        "pk": 132389268,
        "fields": {
            "answer": 31817,
            "candidate": 117,
            "answer_feedback": "You could certainly make this argument for some of the post-war effects, but to argue that this all was unavoidable comes across as absurd to the average voter."
        }
    },
            {
        "model": "campaign_trail.answer_feedback",
        "pk": 1323892234368,
        "fields": {
            "answer": 32817,
            "candidate": 117,
            "answer_feedback": "This is a narrow line to walk, and unions are not a heavy force in your district. The upside is that groups like the AFL, which will support you regardless, could partially help back up your lack of an organized campaign structure."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1369,
        "fields": {
            "answer": 3818,
            "candidate": 117,
            "answer_feedback": "The Communist <em>People’s World</em> newspaper runs a headline detailing you ruling out unity with Communists under any circumstances. Republicans will likely continue their attacks, but perhaps it was best to put your cards down here."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1370,
        "fields": {
            "answer": 3819,
            "candidate": 117,
            "answer_feedback": "While you signaled your opposition to communism well enough, praising parts of the CIO against other parts of the CIO only comes across as confusing to the average voter."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1371,
        "fields": {
            "answer": 3820,
            "candidate": 117,
            "answer_feedback": "A Republican attack needles you fairly hard on this — ‘Voorhis doesn’t reject communist support’— and your father thinks you’ve made a mistake here. At the very least, you voiced opposition to communism, but you need more than that."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1372,
        "fields": {
            "answer": 3821,
            "candidate": 117,
            "answer_feedback": "There might have been a better line of attack to take."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1373,
        "fields": {
            "answer": 3822,
            "candidate": 117,
            "answer_feedback": "Hoepple still manages to win the Prohibition nomination by a couple dozen votes. Luckily, the write-in campaign expended few resources."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1374,
        "fields": {
            "answer": 3823,
            "candidate": 117,
            "answer_feedback": "With an extra 100 dollars in filing fees, you’ve managed to deny Hoeppel the nomination, keeping this as a race between you and Nixon."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1375,
        "fields": {
            "answer": 3825,
            "candidate": 117,
            "answer_feedback": "It remains to be seen the degree that Heopple will pull from Nixon over you. At the very least, you haven’t needed to expend any resources here."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1376,
        "fields": {
            "answer": 3826,
            "candidate": 117,
            "answer_feedback": "It remains to be seen the degree that Heopple will pull from Nixon over you. At the very least, you haven’t needed to expend any resources here."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1377,
        "fields": {
            "answer": 3828,
            "candidate": 117,
            "answer_feedback": "This both leaves you vulnerable to attacks on you being soft on Communism from Nixon, which he would levy anyway, and the deflation of progressive turnout. This is a message for no one."
        }
    },
        {
        "model": "campaign_trail.answer_feedback",
        "pk": 1377,
        "fields": {
            "answer": 31828,
            "candidate": 117,
            "answer_feedback": "Progressives love your answer, and Wallace even makes a stop in the district with you. Unfortunately, this is an unpopular position with the voting public, and just made the attacks from Nixon seem far more reasonable than they already did."
        }
    },
        {
        "model": "campaign_trail.answer_feedback",
        "pk": 1283283377,
        "fields": {
            "answer": 3827,
            "candidate": 117,
            "answer_feedback": "Making sure to highlight that you support Byrnes and not Truman was the right choice if you’d like to make your firm opposition to the Soviets known, even as it might deflate some Progressive turnout."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1378,
        "fields": {
            "answer": 3829,
            "candidate": 117,
            "answer_feedback": "The first debate is a rather unceremonious affair, but by the second two, you are already tired from a long few weeks on the campaign trail, and Nixon manages to hit you on the CIO, and your supposed lack of work in Congress, and the crowd cheers him on."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1379,
        "fields": {
            "answer": 3830,
            "candidate": 117,
            "answer_feedback": "Nixon pivots to new attacks with each new debate: on your union connections, your record, the lack of bills passed, and everything else. By the second, you feel overwhelmed. By the 6th, you manage to withdraw from the final two, something that Nixon bemoans."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1380,
        "fields": {
            "answer": 3832,
            "candidate": 117,
            "answer_feedback": "Press articles attack you on your refusal, but if you weren’t confident in your abilities, this was the right choice."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1381,
        "fields": {
            "answer": 3833,
            "candidate": 117,
            "answer_feedback": "There is some chatter about whether these crowds you're drawing signify anything. You're the underdog for sure, but maybe you're on to something."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1382,
        "fields": {
            "answer": 3834,
            "candidate": 117,
            "answer_feedback": "There is some chatter about whether these crowds you're drawing signify anything. You're the underdog for sure, but maybe you're on to something."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1383,
        "fields": {
            "answer": 3835,
            "candidate": 117,
            "answer_feedback": "There is some chatter about whether these crowds you're drawing signify anything. You're the underdog for sure, but maybe you're on to something."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1384,
        "fields": {
            "answer": 3837,
            "candidate": 117,
            "answer_feedback": "There is some chatter about whether these crowds you're drawing signify anything. You're the underdog for sure, but maybe you're on to something."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1385,
        "fields": {
            "answer": 3838,
            "candidate": 117,
            "answer_feedback": "There is some chatter about whether these crowds you're drawing signify anything. You're the underdog for sure, but maybe you're on to something."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1386,
        "fields": {
            "answer": 3839,
            "candidate": 117,
            "answer_feedback": "There is some chatter about whether these crowds you're drawing signify anything. You're the underdog for sure, but maybe you're on to something."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1387,
        "fields": {
            "answer": 3840,
            "candidate": 117,
            "answer_feedback": "There is some chatter about whether these crowds you're drawing signify anything. You're the underdog for sure, but maybe you're on to something."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1388,
        "fields": {
            "answer": 3842,
            "candidate": 117,
            "answer_feedback": "There is some chatter about whether these crowds you're drawing signify anything. You're the underdog for sure, but maybe you're on to something."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1389,
        "fields": {
            "answer": 3843,
            "candidate": 117,
            "answer_feedback": "There is some chatter about whether these crowds you're drawing signify anything. You're the underdog for sure, but maybe you're on to something."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1390,
        "fields": {
            "answer": 3844,
            "candidate": 117,
            "answer_feedback": "Let's see if you've managed to pull it off. Election night will be interesting."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1391,
        "fields": {
            "answer": 3845,
            "candidate": 117,
            "answer_feedback": "Let's see if you've managed to pull it off. Election night will be interesting."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1392,
        "fields": {
            "answer": 3846,
            "candidate": 117,
            "answer_feedback": "Let's see if you've managed to pull it off. Election night will be interesting."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1393,
        "fields": {
            "answer": 3847,
            "candidate": 117,
            "answer_feedback": "Let's see if you've managed to pull it off. Election night will be interesting."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1395,
        "fields": {
            "answer": 3895,
            "candidate": 117,
            "answer_feedback": "This launches a steady back and forth between the two of you — unions are not particularly popular in the district at the moment, and Nixon seizes on that — but it does move discussions away from the CIO."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1396,
        "fields": {
            "answer": 3896,
            "candidate": 117,
            "answer_feedback": "You've had to stop in Ogden, Utah for surgery regarding hemorrhoids, leaving you in poor health for the campaign. Meanwhile, your campaign fails to find the source of these apparent funds, but utilizes it to lodge a few attacks Nixon’s way, anyhow."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1397,
        "fields": {
            "answer": 3899,
            "candidate": 117,
            "answer_feedback": "This denies you a key method of reaching out to voters while you are still recovering from your illness — it’s not as if the column was not already political, and this is definitely a misstep."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1398,
        "fields": {
            "answer": 3903,
            "candidate": 117,
            "answer_feedback": "Nixon counters, stating that he opposes further ‘industrial socialization and federal control in the United States.’ Let’s hope your district disagrees."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1399,
        "fields": {
            "answer": 3906,
            "candidate": 117,
            "answer_feedback": "This was a decent repudiation of issues like the CIO-PAC, but the Voorhis Act was passed 6 years ago. One Nixon attack states that the only bill you’ve passed in the past four years has been on rabbit farming."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1400,
        "fields": {
            "answer": 3907,
            "candidate": 117,
            "answer_feedback": "That might get you high praise in Washington, but the opinions of your fellow Congressman haven’t been making headline news in your district."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1401,
        "fields": {
            "answer": 3908,
            "candidate": 117,
            "answer_feedback": "You manage strong endorsements from many prominent Democrats. How far that will take you is unclear, but at least it will further unify Democrats in your district behind you."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1403,
        "fields": {
            "answer": 3912,
            "candidate": 117,
            "answer_feedback": "Some die-hard Roosevelt supporters agree, but overall there is broad support for the Amendment."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1404,
        "fields": {
            "answer": 3913,
            "candidate": 117,
            "answer_feedback": "This was the expected answer, and the average voter was hardly clamoring to hear a debate with the likes of Hoepell."
        }
    },
        {
        "model": "campaign_trail.answer_feedback",
        "pk": 149290232404,
        "fields": {
            "answer": 3924,
            "candidate": 117,
            "answer_feedback": "This could net you some votes, even as the reputation of Democrats nationwide lags. It’s good to showcase unity, at least. Good luck!"
        }
    },
            {
        "model": "campaign_trail.answer_feedback",
        "pk": 149323290232404,
        "fields": {
            "answer": 3925,
            "candidate": 117,
            "answer_feedback": "Your advertisement in the newspaper, Wrought with an inconsistent, confusing explanation on the number of votes, while highlighting the distinction between ‘good’ CIO votes and ‘bad’ CIO votes, comes across as bizarre to most readers, right ahead of the election. Good luck!"
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1406,
        "fields": {
            "answer": 3916,
            "candidate": 117,
            "answer_feedback": "You're repeating Henry Wallace talking-points and trashing your own policies as President. What is going on?"
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1407,
        "fields": {
            "answer": 3917,
            "candidate": 117,
            "answer_feedback": "Henry Wallace has instantly derided you for such comments, though they might be playing well in the heartland."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1408,
        "fields": {
            "answer": 3920,
            "candidate": 117,
            "answer_feedback": "It's probably not best to speak out against anti-Communism movements in public, no matter your personal feelings."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1409,
        "fields": {
            "answer": 3922,
            "candidate": 117,
            "answer_feedback": "It's probably best not to praise the effects of Taft-Hartley during this campaign if you want to keep labor happy."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1410,
        "fields": {
            "answer": 3923,
            "candidate": 117,
            "answer_feedback": "These are odd talking points for a New Deal Democrat. A few supporters are really scratching their heads today."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1411,
        "fields": {
            "answer": 3926,
            "candidate": 117,
            "answer_feedback": "The small influx of funds manages to pay for additional advertisements, yet won’t have much help turning out voters. It’s not nothing, at the least, but you’ll need everything you can get to win. Good luck!"
        }
    },
        {
        "model": "campaign_trail.answer_feedback",
        "pk": 142389892893211,
        "fields": {
            "answer": 31926,
            "candidate": 117,
            "answer_feedback": "Nixon ignores this, and instead hits you with more CIO-PAC attacks. Perhaps it was good to get something in on Nixon, before the end. Good luck!"
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1412,
        "fields": {
            "answer": 3928,
            "candidate": 117,
            "answer_feedback": "This package was yours from start to finish. You need to stand by it."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1413,
        "fields": {
            "answer": 3929,
            "candidate": 117,
            "answer_feedback": "This package was yours from start to finish. You need to stand by it."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1420,
        "fields": {
            "answer": 3944,
            "candidate": 117,
            "answer_feedback": "This seems to be a bit of a self-criticism. And are things going poorly in China right now?"
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1421,
        "fields": {
            "answer": 3946,
            "candidate": 117,
            "answer_feedback": "As long as the Communists don't take over in China, your reputation on this issue is safe."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1426,
        "fields": {
            "answer": 3954,
            "candidate": 117,
            "answer_feedback": "These are good points to bring up on the campaign trail."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1427,
        "fields": {
            "answer": 3955,
            "candidate": 117,
            "answer_feedback": "These are good points to bring up on the campaign trail."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1428,
        "fields": {
            "answer": 3956,
            "candidate": 117,
            "answer_feedback": "For the most part, Americans support the efforts to reduce Communist influence in this country."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1469,
        "fields": {
            "answer": 3893,
            "candidate": 117,
            "answer_feedback": "Nixon then pivots to claiming you were endorsed by the National Citizen's Political Action Committee (NCPAC), a separate PAC connected to the CIO, something you were not aware of. When you point out that these are separate organizations, Nixon reads out directors from both PACs, claiming that their members link them. The crowd loves it."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1463092309232339,
        "fields": {
            "answer": 3894,
            "candidate": 117,
            "answer_feedback": "The crowd cheers as Nixon lodges quite a few attacks claiming that you were endorsed by the CIO-PAC, but at the very least, you weren’t outright made a fool of yourself."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1472,
        "fields": {
            "answer": 3897,
            "candidate": 117,
            "answer_feedback": "You've had to stop in Ogden, Utah for surgery regarding hemorrhoids, leaving you in poor health for the campaign. Meanwhile, Republicans unsuccessfully try to get Warren to retract his praise, or at least do the same for Nixon. He declines."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1473,
        "fields": {
            "answer": 3898,
            "candidate": 117,
            "answer_feedback": "You've had to stop in Ogden, Utah for surgery regarding hemorrhoids, leaving you in poor health for the campaign, making your decision to lean on your followers at least a little convenient for your health, while not helping you in polls."
        }
    },
        {
        "model": "campaign_trail.answer_feedback",
        "pk": 1479283982324,
        "fields": {
            "answer": 3900,
            "candidate": 117,
            "answer_feedback": "Some may frown upon this use of the column, but it may go a long way in dispelling the press narratives."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1475,
        "fields": {
            "answer": 3901,
            "candidate": 117,
            "answer_feedback": "This would be a great move — if you started it two years ago. Now, it’s too little too late."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1476,
        "fields": {
            "answer": 3902,
            "candidate": 117,
            "answer_feedback": "This will certainly help you with turnout among your core supporters, with you still recovering from your surgery."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1477,
        "fields": {
            "answer": 3904,
            "candidate": 117,
            "answer_feedback": "This is what your supporters want to hear. Nixon might attack you for furthering federal control, but that’s what’s expected."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1478,
        "fields": {
            "answer": 3905,
            "candidate": 117,
            "answer_feedback": "You’ve taken your opponents' position on this, one out of step with the broader Democratic Party."
        }
    },
        {
        "model": "campaign_trail.answer_feedback",
        "pk": 1423223278,
        "fields": {
            "answer": 31905,
            "candidate": 117,
            "answer_feedback": "They certainly do, but you’ll have to remember to pair this with your plans for the issues of now, particularly on housing."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1423280,
        "fields": {
            "answer": 31908,
            "candidate": 117,
            "answer_feedback": "Nixon claims that the latter was not a law, but a joint resolution, taking this into a debate over technicalities."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1481,
        "fields": {
            "answer": 3909,
            "candidate": 117,
            "answer_feedback": "This answer pleases the majority of Republicans."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1482,
        "fields": {
            "answer": 3910,
            "candidate": 117,
            "answer_feedback": "Most Republicans favor this Amendment after the overreach of FDR. Many wonder why you see things differently."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1483,
        "fields": {
            "answer": 3911,
            "candidate": 117,
            "answer_feedback": "Most Republicans favor this Amendment after the overreach of FDR. Many wonder why you see things differently."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1484,
        "fields": {
            "answer": 3912,
            "candidate": 117,
            "answer_feedback": "Most Republicans favor this Amendment after the overreach of FDR. Many wonder why you see things differently."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1486,
        "fields": {
            "answer": 3914,
            "candidate": 117,
            "answer_feedback": "Hoepell himself seems shocked that you allowed him to debate with you, and while you didn’t manage the crowd you’re hoping for, many witness as you take the attack to Hoepell, while he can hardly manage a shot back on the CIO issue. One viewer remarked that he seemed almost drunk."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1487,
        "fields": {
            "answer": 3915,
            "candidate": 117,
            "answer_feedback": "Nixon, surprisingly, agrees to an appearance between the three of you. They proceed to lob numerous attacks at you on the CIO issue, and practically everything else, too. Even while Hoepell clearly wasn’t all there, you couldn’t keep up."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1488,
        "fields": {
            "answer": 3916,
            "candidate": 117,
            "answer_feedback": "Not only are you opposing a popular measure, but you're using the leftist rhetoric of Henry Wallace as you do so."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1489,
        "fields": {
            "answer": 3917,
            "candidate": 117,
            "answer_feedback": "Just lately, it seems like this committee has uncovered shocking revelations about Communists in government. Americans definitely want to see more of this."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1490,
        "fields": {
            "answer": 3918,
            "candidate": 117,
            "answer_feedback": "This is a good position in line with much of your party."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1491,
        "fields": {
            "answer": 3919,
            "candidate": 117,
            "answer_feedback": "Advisers are advocating a cautious approach this fall to preserve your large lead."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1492,
        "fields": {
            "answer": 3920,
            "candidate": 117,
            "answer_feedback": "The idea is definitely getting around that you are soft on Communism. Party operatives are scratching their heads right now."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1493,
        "fields": {
            "answer": 3921,
            "candidate": 117,
            "answer_feedback": "This sounds a little too liberal for the direction of your party and supporters."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1494,
        "fields": {
            "answer": 3922,
            "candidate": 117,
            "answer_feedback": "This is a good way to point to the positive accomplishments of your party."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1495,
        "fields": {
            "answer": 3929,
            "candidate": 117,
            "answer_feedback": "This answer pleases what's left of the isolationists in your party."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1502,
        "fields": {
            "answer": 3944,
            "candidate": 117,
            "answer_feedback": "Another attack on Truman. Political junkies are delighted by the back-and-forth in this campaign between the two of you."
        }
    },
    {
        "model": "campaign_trail.answer_feedback",
        "pk": 1506,
        "fields": {
            "answer": 3954,
            "candidate": 117,
            "answer_feedback": "Supporters want to see vigilance on the Communism issue."
        }
    }
]

campaignTrail_temp.jet_data = [{}
]



campaignTrail_temp.candidate_image_url = 'https://i.imgur.com/CfxHqJ3.png';
campaignTrail_temp.running_mate_image_url = 'https://i.imgur.com/M4vLSdV.png';
campaignTrail_temp.candidate_last_name = 'Voorhis';
campaignTrail_temp.running_mate_last_name = 'Democratic';
campaignTrail_temp.running_mate_state_id = '169';

campaignTrail_temp.cyoa = true
e=campaignTrail_temp

e.multiple_endings = true;
function switcheroo() {
    e.candidate_json[2].fields.first_name = "/"
    e.candidate_json[2].fields.last_name = "Others"
}

function tunnel(new_q){
    e = campaignTrail_temp;
    return e.questions_json[e.questions_json.map(f=>f.pk).indexOf(new_q)];
}  

cyoAdventure = function(a) {
    ans = campaignTrail_temp.player_answers[campaignTrail_temp.player_answers.length - 1]

if(ans == 3823){
          switcheroo();
          e.global_parameter_json[0].fields.question_count = 15
          campaignTrail_temp.questions_json[campaignTrail_temp.question_number + 8] = tunnel(529);
}
}

construct = (a = 1) => {
  e.page = e.page + a < e.pages.length ? e.page + a : 0
  let html = e.header;
  html += e.pages[e.page] + "<br>";
  if (e.page > 0) {
	html += `<button onclick='endingConstructor(a = -1)'>Back</button>`
  }
  if (e.page < e.pages.length - 1) {
	html += `<button onclick='endingConstructor(a = 1)'>Next</button>`
  }

  if (e.image == true)
	setTimeout(()=>{
  	candImg = $(".person_image")[0]
  	if (candImg) {
    	candImg.remove()
    	$("#final_results_description")[0].style = `
      	text-align:left;
      	width: 70%;
      	text-overflow: ellipsis;
      	display: block;
      	margin-left: auto;
      	margin-right: auto;
    	`
  	}
	}, 10)
  else if (e.image)
  setTimeout(()=>{
  	candImg = $(".person_image")[0];
  	if (candImg)
    	candImg.src = e.image;
	}, 10)

  return html;
}

endingConstructor = (a = 1) => {
  $("#final_results_description")[0].innerHTML = construct(a);
}

// ENDINGS -- this is slightly more reliable than the ending code method

e.multiple_endings = true;

endingPicker = (out, totv, aa, quickstats) => {
  //out = "win", "loss", or "tie" for your candidate
  //totv = total votes in entire election
  //aa = all final overall results data
  //quickstat = relevant data on candidate performance (format: your candidate's electoral vote count, your candidate's popular vote share, your candidate's raw vote total)

  /*
  e.header = "<h2></h2>"
  e.pages = ["<p></p>",
         	"<p></p>"]
  */





  // NORMAL ENDINGS

if (quickstats[2] == aa[0].popular_votes && quickstats[1] >= 80) { 
	e.header = "<h2>\"no funny ending for you pal'.\”</h2>"
	e.pages = ["<p>you think im made of time? i have buisness to do here. I'm a buisnessman. imagine that it says something about voorhis making america gommunist or something tyty"]
	e.image = "https://i.imgur.com/TP3pxu8.png";
	return construct(0);
  }

else if (quickstats[2] < aa[0].popular_votes && quickstats[1] <= 47) { 
	e.header = "<h2>\"Sour grapes to criticize the man who beat me, but I just wouldn't be human if I said I liked spending the second half of my life as 'the man who Nixon beat'.\”</h2>"
	e.pages = ["<p>Some will, in the future, say that this was expected. Some will say that it was simply the way that the current of the nation was turning. After all, in 1946, numerous Democrats in the House would suffer the same fate that you did, with the party losing 54 seats, keeping Sam Rayburn out of the Speakership. Regardless, you can’t help but think that it didn’t have to be this way. You are more than aware that you made a few missteps, and your opponent seized on them, harshly.<p><p>Your little boy, Jerry L. Voorhis, helped more than he knew. When your wife told him the news, he threw his arms around your neck, and asked \”You mean you can stay home at night with us?\”<p><p>When you told him yes, it was hard to keep your eyes dry. There are some things more important than being a Congressman.</p>", "<p>You’ll send a letter to Nixon, the soon to be Congressman, whom Time magazine will praise for \”politely avoiding personal attacks on his opponent\”. You meet with him in the capital, hoping that you parted as personal friends.<p><p>You will retire from politics, not challenging Nixon in ’48. You will serve as an executive in the cooperative movement, for almost 20 years, afterwards. During that time, you will see your opponent, as he ascends to the Senate, to the Vice Presidency, through a rough road to the Presidency. And you will see his fall, becoming the very namesake of a corrupt President, his image tarnished. On the day he resigned, you gave a statement to the LA Times:<p><p><em>\”Here is the philosophy of doing-anything-to-win receiving its just and proper reward.\”</em>"]
	e.image = "https://i.imgur.com/IYnMvdB.jpg";
	return construct(0);
  }
	
else if (quickstats[2] < aa[0].popular_votes && quickstats[1] >= 47) { 
	e.header = "<h2>\"I have given the best years of my life to serving this district in Congress. By the will of the people, that work is ended. I have no regrets about the record I have written.\”</h2>"
	e.pages = ["<p>Some will, in the future, say that this was expected. Some will say that it was simply the way that the current of the nation was turning. After all, in 1946, numerous Democrats in the House would suffer the same fate that you did, with the party losing 54 seats, keeping Sam Rayburn out of the Speakership. Regardless, you can’t help but think that it didn’t have to be this way. You are more than aware that you made a few missteps, and your opponent seized on them, harshly.<p><p>Your little boy, Jerry L. Voorhis, helped more than he knew. When your wife told him the news, he threw his arms around your neck, and asked \”You mean you can stay home at night with us?\”<p></p>When you told him yes, it was hard to keep your eyes dry. There are some things more important than being a Congressman</p>", "<p>You’ll send a letter to Nixon, the soon to be Congressman, whom Time magazine will praise for \”politely avoiding personal attacks on his opponent\”. You meet with him in the capital, hoping that you parted as personal friends.<p><p>Upon Stephen Zetterberg urging, putting the close margin above your health, you will challenge Nixon in ’48, putting up a similar to this time, still a loss. You will serve as an executive in the cooperative movement, for almost 20 years, afterwards. During that time, you will see your opponent, as he ascends to the Senate, to the Vice Presidency, through a rough road to the Presidency. And you will see his fall, becoming the very namesake of a corrupt President, his image tarnished. On the day he resigned, you gave a statement to the LA Times:<p><p><em>\”Here is the philosophy of doing-anything-to-win receiving its just and proper reward.\”</em>"]
	e.image = "https://i.imgur.com/iBOnQ3I.jpg";
	return construct(0);
  }
  
 else if (quickstats[2] == aa[0].popular_votes && quickstats[1] <= 80) { 
	e.header = "<h2>\"In the long run there will come a new light upon the earth, and back to that light mankind will find his way.\”</h2>"
	e.pages = ["<p>Victory! Amidst red-baiting, accusations of connections to the CIO-PAC,  the newspapers, and the national environment, you have won! You will head back to Congress for another term, one sure to be a change of pace with Republicans taking the house. It seems as though the Republican national tilt simply wasn’t enough to overcome your evident popularity, as you’re headed back for another term.<p><p>You will continue your 5-minute speeches to the House, and the press still calls you Kid Atlas. In 1948, Richard Nixon will challenge you again, convinced that all he'll need is another wave. With the victory of Truman, you will win again, defeating Nixon and putting him out of electoral politics, despite a few more attempts; he would eventually practice law in New York, fading into obscurity.</p>", "<p>All things must end, though. While the GOP fails to pick a successful candidate in 1950, convinced that you are invulnerable, you managed re-election again, against yet another Republican gain. In 1952, you will retire from the House, but, with Senator William Knowland’s selection as Ike Eisenhower’s running mate, you will opt to run to succeed him in the Senate, as he ascends to the Vice Presidency. Unfortunately, you’ll be defeated by Thomas Kuchel, who was appointed by Governor Warren to fill the seat.<p><p>You’ll work in a few areas, including in Government, across the Eisenhower, Kennedy, Rhodes, Baker, and Bayh administrations, before going back to academia. As you enter retirement, you’re overall quite happy with your career, confident that you made your difference in Congress, standing and fighting on poverty, equal rights, and elsewhere. After all, isn’t that what public service is about?"]
		e.image = "https://i.imgur.com/ozVl36h.jpg";
	return construct(0);
  }
  
  
}